Skip to content

Commit

Permalink
Merge branch 'jo-tham-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartucho committed Jan 12, 2019
2 parents 223670a + bb05d99 commit 986ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/remove_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def query_yes_no(question, default="yes", bypass=False):
while True:
sys.stdout.write(question + prompt)
if bypass:
break
return True
if sys.version_info[0] == 3:
choice = input().lower() # if version 3 of Python
else:
Expand Down

0 comments on commit 986ef4e

Please sign in to comment.