[ckan-changes] [ckan/ckan] 8379b0: The benefit of "raise" on its own is that the orig...
GitHub
noreply at github.com
Wed Mar 30 14:12:38 UTC 2016
Branch: refs/heads/raise-better
Home: https://github.com/ckan/ckan
Commit: 8379b0507908d0469bd549e5ef6ee0d872e75139
https://github.com/ckan/ckan/commit/8379b0507908d0469bd549e5ef6ee0d872e75139
Author: David Read <david.read at hackneyworkshop.com>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/model/modification.py
M ckan/templates/package/snippets/package_basic_fields.html
Log Message:
-----------
The benefit of "raise" on its own is that the original stacktrace is made available, rather than creating a new stacktrace with "raise search_error". So its easier to debug.
More information about the ckan-changes
mailing list