[ckan-changes] [ckan/ckan] 17b0a0: Removes deprecation warning.
GitHub
noreply at github.com
Fri Sep 11 16:31:23 UTC 2015
Branch: refs/heads/cleanup-exception-deprecations
Home: https://github.com/ckan/ckan
Commit: 17b0a0938a08736d3624fcbf0d6fc865398266ff
https://github.com/ckan/ckan/commit/17b0a0938a08736d3624fcbf0d6fc865398266ff
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M ckan/logic/__init__.py
Log Message:
-----------
Removes deprecation warning.
Tests were logging
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
every time something tried to extract a message from an exception extending
ActionError. This PR fixes that and also does PEP8 on the __init__.py file.
More information about the ckan-changes
mailing list