I missed one of the lines changed where pep8style was required for skip_file.
This commit is contained in:
Ian Cordasco 2012-11-19 21:36:44 -05:00
parent 9e6f5325d6
commit 7d2b8e6b07

View file

@ -96,7 +96,7 @@ def _get_files(repo, **kwargs):
seen.add(file_)
if not file_.endswith('.py'):
continue
if skip_file(file_, pep8style):
if skip_file(file_):
continue
yield file_