aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorKyle Cesare <kcesare@gmail.com>2015-03-26 23:52:08 -0700
committerKyle Cesare <kcesare@gmail.com>2015-03-31 15:37:42 -0700
commitf55c85f42f4e624928d250313c5402beb1d23398 (patch)
treec780a5f1897a9ca00f94ce060c1792a02083c696 /python
parent5dd43bf84c78063b6eaf505cab253c1666d969ce (diff)
downloadservo-f55c85f42f4e624928d250313c5402beb1d23398.tar.gz
servo-f55c85f42f4e624928d250313c5402beb1d23398.zip
Add space in mach command suggestion.
Diffstat (limited to 'python')
-rw-r--r--python/servo/post_build_commands.py2
1 files changed, 1 insertions, 1 deletions
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',