fixed typo

This commit is contained in:
Tarek Ziade 2011-02-08 12:05:58 +01:00
parent 684aabeb03
commit f40b1114b6

View file

@ -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)