Make sure we break the loop when we know that it's a comment, rather than continuing and eventually making the condition false.

pull/1/head
Simon Quigley 6 years ago
parent 977cec1c37
commit 643cec641d

@ -97,6 +97,7 @@ def main():
edited = True
else:
edited = False
break
else:
comment = False

Loading…
Cancel
Save