Skip to content

Commit 06e9b19

Browse files
author
xiffy
committed
either _collection_ is always set, or in sru.py one should try: catch: on line 143
1 parent 4bdacec commit 06e9b19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

kb/nl/collections/__init__.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
'metadataPrefix': 'didl',
55
'recordschema': 'dcx',
66
'setname': 'anp',
7-
'time_period': [1937, 1989]},
7+
'time_period': [1937, 1989]},
88
'DPO': {'collection': 'DPO_boekdeel',
99
'description_en': 'Early Dutch Books Online',
1010
'description_nl': 'Early Dutch Books Online',
1111
'metadataPrefix': 'didl',
1212
'recordschema': 'ddd',
1313
'setname': 'DPO',
1414
'time_period': [1781, 1800]},
15-
'BYVANCK': {'description_en': 'Medieval Illuminated Manuscripts',
15+
'BYVANCK': {'collection': 'BYVANCK',
16+
'description_en': 'Medieval Illuminated Manuscripts',
1617
'description_nl': 'Middeleeuwse Verluchte Handschriften',
1718
'metadataPrefix': 'dcx',
1819
'setname': 'BYVANCK',
1920
'time_period': [500, 1500]},
20-
'SGD': {'description_en': 'States General Digital',
21+
'SGD': {'collection': 'SGD',
22+
'description_en': 'States General Digital',
2123
'description_nl': 'Staten-Generaal Digitaal',
2224
'metadataPrefix': 'dcx',
2325
'setname': 'sgd:register',

0 commit comments

Comments
 (0)