From 1f3fc60badb2db35a28d4f105f8b7be6ee54fde8 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 4 Jan 2015 17:35:16 -0800 Subject: [PATCH] Add missing space (fix #1199) --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 546fe87d9..c0fb699e9 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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.")