From f55c85f42f4e624928d250313c5402beb1d23398 Mon Sep 17 00:00:00 2001 From: Kyle Cesare Date: Thu, 26 Mar 2015 23:52:08 -0700 Subject: [PATCH] Add space in mach command suggestion. --- python/servo/post_build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 7faf3a598cf..667e4c6ace5 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -67,7 +67,7 @@ class MachCommands(CommandBase): print("The %s profile is not built. Please run './mach build%s' " "and try again." % ("release" if release else "dev", - "--release" if release else "")) + " --release" if release else "")) sys.exit() @Command('run',