ha/service-mgmt-api/sm-api/sm_api/api/controllers/v1
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 Create independent sm-api client 2018-08-13 14:16:57 -04:00
base.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
collection.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
link.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
nodes.py Fix unicode issue for Python 2/3 compatible code. 2018-10-10 11:07:12 +08:00
service_groups.py Fix unicode issue for Python 2/3 compatible code. 2018-10-10 11:07:12 +08:00
servicenode.py Fix unicode issue for Python 2/3 compatible code. 2018-10-10 11:07:12 +08:00
services.py Fix unicode issue for Python 2/3 compatible code. 2018-10-10 11:07:12 +08:00
sm_sda.py Fix unicode issue for Python 2/3 compatible code. 2018-10-10 11:07:12 +08:00
smc_api.py Fix: "except" issues for Python 2/3 compatible code. 2018-10-22 11:49:35 +08:00
utils.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00