We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91f516 commit b82eb89Copy full SHA for b82eb89
ckanext/spatial/harvesters/csw.py
@@ -163,7 +163,7 @@ def fetch_stage(self,harvest_object):
163
# load config
164
self._set_source_config(harvest_object.source.config)
165
# get output_schema from config
166
- output_schema = self.source_config.get('output_schema',self.output_schema())
+ output_schema = self.source_config.get('output_schema', self.output_schema())
167
identifier = harvest_object.guid
168
try:
169
record = self.csw.getrecordbyid([identifier], outputschema=output_schema)
0 commit comments