mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
fixed typo
This commit is contained in:
parent
684aabeb03
commit
f40b1114b6
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def main():
|
||||||
warnings += checkPath(fullpath)
|
warnings += checkPath(fullpath)
|
||||||
warnings += pep8.input_file(fullpath)
|
warnings += pep8.input_file(fullpath)
|
||||||
else:
|
else:
|
||||||
if skip_file(filename):
|
if skip_file(arg):
|
||||||
continue
|
continue
|
||||||
warnings += checkPath(arg)
|
warnings += checkPath(arg)
|
||||||
warnings += pep8.input_file(arg)
|
warnings += pep8.input_file(arg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue