diff --git a/cheat/utils.py b/cheat/utils.py index 7d57aba..4010c15 100644 --- a/cheat/utils.py +++ b/cheat/utils.py @@ -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)