Submitter | Katsunori FUJIWARA |
---|---|
Date | Nov. 1, 2016, 11:47 a.m. |
Message ID | <a870b49662d84c4c532e.1478000853@feefifofum> |
Download | mbox | patch |
Permalink | /patch/17239/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -537,6 +537,7 @@ def checkfile(f, logfunc=_defaultlogger. return result for name, match, magic, filters, pats in checks: + post = pre # discard filtering result of previous check if debug: print(name, f) fc = 0