Skip to content

Commit

Permalink
Merge pull request #30 from amoibos/patch-1
Browse files Browse the repository at this point in the history
Bring back the missing spaces
  • Loading branch information
haroldo-ok authored Feb 26, 2017
2 parents 8871799 + 6091248 commit 1e4914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twee2sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def process_command_list(commands, is_conditional=False):
if cmd.kind == 'text':
text = cmd.text.strip()
if text:
out_string(text)
out_string(cmd.text)
check_print.pending = True
elif cmd.kind == 'print':
out_print(cmd)
Expand Down

0 comments on commit 1e4914b

Please sign in to comment.