Enable H233: Python 3.x incompatible use of print operator

This commit removes H233 from ignored list and fixes corresponding code
to pass the check.

Change-Id: I5f842e74e5c05f421307e29c059d63b309f1d23d
This commit is contained in:
Kirill Zaitsev
2015-09-25 16:17:56 +03:00
parent d9aca7dd5a
commit 24cdb64a1e
3 changed files with 7 additions and 10 deletions

View File

@@ -39,10 +39,9 @@ commands = bash tools/lintstack.sh
commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.conf
[flake8]
# H233 Python 3.x incompatible use of print operator
# H405 Multi line docstring summary not separated with an empty line
ignore = H233,H405
ignore = H405
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools