From e898f4396e1dd762602c659dddce305e6347e08e Mon Sep 17 00:00:00 2001 From: Georg Schwitalla Date: Sat, 24 Oct 2020 13:19:29 +0200 Subject: [PATCH] forgot the second blank line --- beets/ui/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 5df0b0c4b..efa6e2e16 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -1696,6 +1696,7 @@ def config_func(lib, opts, args): else: print("Empty configuration") + def config_edit(): """Open a program to edit the user configuration. An empty config file is created if no existing config file exists.