Comment 10 for bug 1257530

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.db (master)

Reviewed: https://review.openstack.org/111266
Committed: https://git.openstack.org/cgit/openstack/oslo.db/commit/?id=584a8834889f7f5fac4b598e63bbcc8e1dd53abe
Submitter: Jenkins
Branch: master

commit 584a8834889f7f5fac4b598e63bbcc8e1dd53abe
Author: Alexei Kornienko <email address hidden>
Date: Fri Aug 1 15:48:34 2014 +0300

    Fixed DeprecationWarning in exc_filters

    DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
    This warning was generated in exc_filters during exception conversions.
    Fix it by removing access to deprecated attribute

    Closes-Bug: #1257530

    Change-Id: I8ff8b974946ecab13f12a70b315dd94c3453197e