]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix issue with flake8 check and full paths
authorMarc Koderer <marc@koderer.com>
Fri, 1 Jan 2016 19:03:45 +0000 (20:03 +0100)
committerMarc Koderer <marc@koderer.com>
Fri, 1 Jan 2016 19:03:45 +0000 (20:03 +0100)
commit0845300d1993ca749f0e661ad744ccb721c87e7c
treebe2aac9416fc8c1bfa63b4098ae8c1d520ab6c27
parentc2315085e8fe6b3c6fedc2a6960080a0e60daab6
Fix issue with flake8 check and full paths

Currently hacking check_explicit_underscore_import is dependent
on a relative file path. A call of "flake8 ." works fine but
"flake8 $PWD" doesn't which shouldn't be any difference.

Change-Id: I7d40bbb771f96d28db38db69939de5e5993f3e9b
Closes-bug: #1530460
cinder/hacking/checks.py