Add missing space (fix #1199)

This commit is contained in:
Adrian Sampson 2015-01-04 17:35:16 -08:00
parent 80038e2a3f
commit 1f3fc60bad

View file

@ -1517,7 +1517,7 @@ def config_edit():
try:
os.execlp(*args)
except OSError:
raise ui.UserError("Could not edit configuration. Please"
raise ui.UserError("Could not edit configuration. Please "
"set the EDITOR environment variable.")