stop using deprecated 'message' attribute#155
Conversation
|
@stdweird: please review |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
@boegel how do you trigger the deprecation warning? i don't get it in 2.7.5. wrt the PR, it's not the same so i'll have to understand what is different. |
|
@stdweird: you can trigger the issue using the change just uses the code I copy-pasted in the description shows that this works fine with Python 2.6 and 2.7, and that the string is 'clean', i.e. no |
|
@stdweird: ping on this? |
|
OK for me to go in. |
bump version to 2.0.3 Conflicts: setup.py
|
Refer to this link for build results (access rights to CI server needed): |
|
Thanks @stdweird! |
stop using deprecated 'message' attribute
EasyBuild users sometimes run into this:
But there's really no reason to use `err.message anymore:
Python 2.6:
Python 2.7: