Show More
@@ -420,8 +420,8 b' if __name__ == "__main__":' | |||||
420 | else: |
|
420 | else: | |
421 | check = args |
|
421 | check = args | |
422 |
|
422 | |||
|
423 | ret = 0 | |||
423 | for f in check: |
|
424 | for f in check: | |
424 | ret = 0 |
|
|||
425 | if not checkfile(f, maxerr=options.per_file, warnings=options.warnings, |
|
425 | if not checkfile(f, maxerr=options.per_file, warnings=options.warnings, | |
426 | blame=options.blame, debug=options.debug, |
|
426 | blame=options.blame, debug=options.debug, | |
427 | lineno=options.lineno): |
|
427 | lineno=options.lineno): |
General Comments 0
You need to be logged in to leave comments.
Login now