Loading list_files/rules.py +2 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,8 @@ def run_rules(rules_head, testpath, testname=None): return if __debug__ and 'DEBUG' in environ: sys.stderr.write("Testing \033[35;1m{0}\033[m:\n".format(testpath)) sys.stderr.write( "Testing \033[35;1m{0}\033[m:\n".format(testpath or '.')) prev_rule = None rule = rules_head Loading Loading
list_files/rules.py +2 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,8 @@ def run_rules(rules_head, testpath, testname=None): return if __debug__ and 'DEBUG' in environ: sys.stderr.write("Testing \033[35;1m{0}\033[m:\n".format(testpath)) sys.stderr.write( "Testing \033[35;1m{0}\033[m:\n".format(testpath or '.')) prev_rule = None rule = rules_head Loading