[ckan-changes] [ckan/ckan] 4d8264: (Showstopper) Don't crash when crashing.
GitHub
noreply at github.com
Fri Oct 23 15:07:14 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 4d8264caf82cbb078ef1789294fa526b5d9a92f5
https://github.com/ckan/ckan/commit/4d8264caf82cbb078ef1789294fa526b5d9a92f5
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M ckan/lib/search/__init__.py
Log Message:
-----------
(Showstopper) Don't crash when crashing.
If an error occurs (especially when importing data using paster) that
contains a unicode string (such as a multilingual package name), the
try...catch will also crash when attempting to print it, resulting in
some very confusing stack traces that bury the real stack trace.
Commit: 30a3c133fc033ed946d2301ee9299395a314fc68
https://github.com/ckan/ckan/commit/30a3c133fc033ed946d2301ee9299395a314fc68
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2015-10-23 (Fri, 23 Oct 2015)
Changed paths:
M ckan/lib/search/__init__.py
Log Message:
-----------
Merge branch 'TkTech-crash_on_crash'
Compare: https://github.com/ckan/ckan/compare/1c79507ee958...30a3c133fc03
More information about the ckan-changes
mailing list