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 edited = True
else: else:
edited = False edited = False
break
else: else:
comment = False comment = False

Loading…
Cancel
Save