Show More
@@ -426,7 +426,7 b' def checkfile(f, logfunc=_defaultlogger.' | |||||
426 | fp.close() |
|
426 | fp.close() | |
427 | if "no-" "check-code" in pre: |
|
427 | if "no-" "check-code" in pre: | |
428 | if debug: |
|
428 | if debug: | |
429 |
print "Skipping %s for %s it has no-" " |
|
429 | print "Skipping %s for %s it has no-" "check-code" % ( | |
430 | name, f) |
|
430 | name, f) | |
431 | break |
|
431 | break | |
432 | for p, r in filters: |
|
432 | for p, r in filters: |
General Comments 0
You need to be logged in to leave comments.
Login now