diff options
author | Jesse Ruderman <jruderman@gmail.com> | 2015-06-26 13:17:15 -0700 |
---|---|---|
committer | Jesse Ruderman <jruderman@gmail.com> | 2015-06-26 13:17:15 -0700 |
commit | e6dc0d06d687875108e2f6baae9057954c8bc8c7 (patch) | |
tree | 64d7559a38d54181d33eaf98f79eef2785e238fe /python/servo/build_commands.py | |
parent | 995985b9854823b013107381ca8431c0af238a2b (diff) | |
download | servo-e6dc0d06d687875108e2f6baae9057954c8bc8c7.tar.gz servo-e6dc0d06d687875108e2f6baae9057954c8bc8c7.zip |
Add space between sentences
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 |