Deleted an unneeded space character.
This commit is contained in:
Chris Lane 2014-05-25 23:05:26 -04:00
parent 8677e0c35a
commit 371c0af156
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def colorize(sheet_content):
def die(message):
""" Prints a message to stderr and then terminates """
warn (message)
warn(message)
exit(1)