diff options
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 6fd44653603..74509da6b3e 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -104,7 +104,7 @@ def notify(title, text): func(title, text) except Exception as e: extra = getattr(e, "message", "") - print("[Warning] Could not generate notification!%s" % extra, file=sys.stderr) + print("[Warning] Could not generate notification! %s" % extra, file=sys.stderr) @CommandProvider |