Merge "Remove bogus path in tox.ini's flake8 exclude"

This commit is contained in:
Jenkins 2014-10-09 22:19:03 +00:00 committed by Gerrit Code Review
commit 7ce2317dc3
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ commands = {posargs}
[flake8]
ignore = E125,H803
exclude = .venv,.tox,dist,doc,*.egg,./os_collect_config/openstack/*
exclude = .venv,.tox,dist,doc,*.egg
show-source = true