EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

BaseException.message used in tests. #107

Open olaan opened 5 years ago

olaan commented 5 years ago

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)