Reviewed: https://review.openstack.org/332112 Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=9baa13e21716f194c17e755692cf5997e168f19a Submitter: Jenkins Branch: master
commit 9baa13e21716f194c17e755692cf5997e168f19a Author: bhagyashris <[email protected]> Date: Tue Jun 21 16:50:58 2016 +0530 Remove incorrectly used "# flake8: noqa" "# flake8: noqa" option disables all checks for the whole file. To disable one line we should use "# noqa". Remove unused "# flake8: noqa" and fix hidden hacking errors. Closes Bug: #1540254 Change-Id: I5c7f2f95038e0a26d1ebfb6a64aaae31b80ed5cc ** Changed in: python-saharaclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1540254 Title: "#flake8: noqa" is using incorrectly Status in Designate: Fix Released Status in OpenStack Dashboard (Horizon): Fix Released Status in Murano: Fix Released Status in python-heatclient: Fix Released Status in python-novaclient: Fix Released Status in Python client library for Sahara: Fix Released Bug description: "# flake8: noqa" option disables all checks for the whole file. To disable one line we should use "# noqa". Refer to: https://pypi.python.org/pypi/flake8 https://github.com/openstack/python-keystoneclient/commit/3b766c51438396a0ab0032de309c9d56e275e0cb To manage notifications about this bug go to: https://bugs.launchpad.net/designate/+bug/1540254/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

