Comment 2 for bug 1229342

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

Reviewed: https://review.openstack.org/48174
Committed: http://github.com/openstack/horizon/commit/a60ae8e3902da0f4ebb7db78220789c66a700cac
Submitter: Jenkins
Branch: master

commit a60ae8e3902da0f4ebb7db78220789c66a700cac
Author: Akihiro MOTOKI <email address hidden>
Date: Wed Sep 25 12:12:27 2013 +0900

    Make some PEP8 understandable in run_tests.sh -p

    Previously the error message is hard to understand when
    some hacking violation such as H803 is detected.
    It can be avoided by removing $included_dir from flake8 argument.
    As excluded dir is defined in tox.ini, $inlucded_dir is not needed.

    Change-Id: I8d1d48fa6feba74ffcec27bf971394b9db727945
    Closes-Bug: #1229342