Fix pep8 issues
Change-Id: I59905717b7892b7718b4d7bcb0985a1ac82b087f
This commit is contained in:
parent
ea995f722a
commit
7305242d99
@ -47,7 +47,7 @@ except redfish.exception.RedfishException as e:
|
|||||||
sys.stderr.write(str(e.advices))
|
sys.stderr.write(str(e.advices))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
print ("Redfish API version : %s \n" % remote_mgmt.get_api_version())
|
print("Redfish API version : %s \n" % remote_mgmt.get_api_version())
|
||||||
|
|
||||||
# Uncomment following line to reset the blade !!!
|
# Uncomment following line to reset the blade !!!
|
||||||
# remote_mgmt.Systems.systems_dict["1"].reset_system()
|
# remote_mgmt.Systems.systems_dict["1"].reset_system()
|
||||||
|
2
tox.ini
2
tox.ini
@ -28,7 +28,7 @@ commands = python setup.py build_sphinx
|
|||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
ignore = E123,E125
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,pbbuild,pbdelivery,pbconf,python-redfish-[01]*
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
setenv = PYTHONHASHSEED=0
|
setenv = PYTHONHASHSEED=0
|
||||||
|
Loading…
Reference in New Issue
Block a user