From e6dc0d06d687875108e2f6baae9057954c8bc8c7 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Fri, 26 Jun 2015 13:17:15 -0700 Subject: Add space between sentences --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') 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 -- cgit v1.2.3