Skip to content

Commit

Permalink
[#3360] except Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Dec 9, 2016
1 parent 621c9c0 commit 9f6d4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/cli.py
Expand Up @@ -1492,7 +1492,7 @@ def profile_url(url):
print 'App error: ', url.strip()
except KeyboardInterrupt:
raise
except:
except Exception:
error(traceback.format_exc())

output_filename = 'ckan%s.profile' % re.sub('[/?]', '.', url.replace('/', '.'))
Expand Down

0 comments on commit 9f6d4a5

Please sign in to comment.