Skip to content

Commit 1f3fc60

Browse files
committed
Add missing space (fix #1199)
1 parent 80038e2 commit 1f3fc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/ui/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ def config_edit():
15171517
try:
15181518
os.execlp(*args)
15191519
except OSError:
1520-
raise ui.UserError("Could not edit configuration. Please"
1520+
raise ui.UserError("Could not edit configuration. Please "
15211521
"set the EDITOR environment variable.")
15221522

15231523

0 commit comments

Comments
 (0)