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

This commit is contained in:
Simon Quigley 2018-05-20 02:44:34 -05:00
parent 977cec1c37
commit 643cec641d

1
lugito
View File

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