calvin-base icon indicating copy to clipboard operation
calvin-base copied to clipboard

BaseException.message used in tests.

Open olaan opened this issue 7 years ago • 0 comments

As the title says.

/home/travis/build/EricssonResearch/calvin-base/calvin/tests/test_calvin.py:1416: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
    msg = str(e.message)

olaan avatar Dec 18 '18 07:12 olaan