mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +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 += pep8.input_file(fullpath)
|
||||
else:
|
||||
if skip_file(filename):
|
||||
if skip_file(arg):
|
||||
continue
|
||||
warnings += checkPath(arg)
|
||||
warnings += pep8.input_file(arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue