Skip to content

Commit

Permalink
Editing error in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Seers committed Jun 25, 2018
1 parent 849b4cc commit 31d32e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pan_indent_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _print_debug(k, v):
linenew = (INDENT * indent_level) + line
_print_debug("Edited Line ", line)
if linenew != oldline:
failedlines = False
failedlines = True
if args.diff:
print("")
print("Line %-5d:%s" % (line_number, line))
Expand Down

0 comments on commit 31d32e3

Please sign in to comment.