check-code: fix no-check-code skip message - obfuscation was too obscure stable
authorMads Kiilerich <madski@unity3d.com>
Wed, 23 Oct 2013 23:42:13 +0800
branchstable
changeset 19965 f1dd988a8bcc
parent 19964 ff38dfbce4f8
child 19966 7985e3469f58
check-code: fix no-check-code skip message - obfuscation was too obscure
contrib/check-code.py
--- 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: