Comment 5 for bug 1540254

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/274637
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=0105fd120659baf3445b994af29837755d155c73
Submitter: Jenkins
Branch: master

commit 0105fd120659baf3445b994af29837755d155c73
Author: Bo Wang <email address hidden>
Date: Mon Feb 1 20:17:47 2016 +0800

    Use # noqa to ignore one line but not whole file

    "# flake8: noqa" option disables all checks for the whole file.
    To disable one line we should use "# noqa".

    Closes Bug: #1540254

    Change-Id: I34c8a2218f974cd7e78c60e9c1fec26751c4e82d