Mercurial > hg
changeset 19965:f1dd988a8bcc stable
check-code: fix no-check-code skip message - obfuscation was too obscure
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Wed, 23 Oct 2013 23:42:13 +0800 |
parents | ff38dfbce4f8 |
children | 7985e3469f58 |
files | contrib/check-code.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/check-code.py Tue Oct 29 01:03:43 2013 +0900 +++ b/contrib/check-code.py Wed Oct 23 23:42:13 2013 +0800 @@ -426,7 +426,7 @@ fp.close() if "no-" "check-code" in pre: if debug: - print "Skipping %s for %s it has no-" " check-code" % ( + print "Skipping %s for %s it has no-" "check-code" % ( name, f) break for p, r in filters: