[ckan-changes] commit/ckanext-harvest: amercader: Ignore missing config values
Bitbucket
commits-noreply at bitbucket.org
Tue Jun 7 14:32:55 UTC 2011
1 new changeset in ckanext-harvest:
http://bitbucket.org/okfn/ckanext-harvest/changeset/50f51208f838/
changeset: 50f51208f838
branches:
user: amercader
date: 2011-06-07 16:32:46
summary: Ignore missing config values
affected #: 1 file (15 bytes)
--- a/ckanext/harvest/logic/schema.py Tue Jun 07 13:35:11 2011 +0100
+++ b/ckanext/harvest/logic/schema.py Tue Jun 07 15:32:46 2011 +0100
@@ -20,7 +20,7 @@
'active': [ignore_missing],
'user_id': [ignore_missing],
'publisher_id': [ignore_missing],
- 'config': [harvest_source_config_validator]
+ 'config': [ignore_missing,harvest_source_config_validator]
}
return schema
Repository URL: https://bitbucket.org/okfn/ckanext-harvest/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list