Merge "Fix pep8 issues"

This commit is contained in:
Jenkins 2017-03-11 15:44:53 +00:00 committed by Gerrit Code Review
commit e75247c38a
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ except redfish.exception.RedfishException as e:
sys.stderr.write(str(e.advices))
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 !!!
# remote_mgmt.Systems.systems_dict["1"].reset_system()

View File

@ -28,7 +28,7 @@ commands = python setup.py build_sphinx
show-source = True
ignore = E123,E125
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]
setenv = PYTHONHASHSEED=0