Merge remote-tracking branch 'origin' into 157-version-three-apify

This commit is contained in:
David Read 2016-02-15 15:20:33 +00:00
commit f22100e6c2
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class CKANHarvester(HarvesterBase):
try:
user = get_action('user_show')(
context, {'id': config_obj.get('user')})
except NotFound, e:
except NotFound:
raise ValueError('User not found')
for key in ('read_only', 'force_all'):