mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
Add missing space (fix #1199)
This commit is contained in:
parent
80038e2a3f
commit
1f3fc60bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue