ha/service-mgmt-tools/sm-tools/sm_tools
Sun Austin 4fe73f515d Fix: "except" issues for Python 2/3 compatible code.
change "except ValueError, e:"
to "except ValueError as e:"

and remove tox H231 from ignore for pep8 check
Story:2003430
Task: 26522

Change-Id: I06c7646c375ada7f8f06f870a7bdb0d7fc282e5a
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-10-22 11:49:35 +08:00
..
__init__.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
sm_action.py Unsupress pylint warnings. 2018-10-04 14:19:31 -05:00
sm_api_msg_utils.py Fix: "except" issues for Python 2/3 compatible code. 2018-10-22 11:49:35 +08:00
sm_configure.py Python 3 compatibility: use print as a function. 2018-08-31 15:42:43 +00:00
sm_dump.py Unsupress pylint warnings. 2018-10-04 14:19:31 -05:00
sm_patch.py Python 3 compatibility: use print as a function. 2018-08-31 15:42:43 +00:00
sm_provision.py Python 3 compatibility: use print as a function. 2018-08-31 15:42:43 +00:00
sm_query.py Python 3 compatibility: use print as a function. 2018-08-31 15:42:43 +00:00