From 60318f1e02a248802a9ccbc2463c783111736ca3 Mon Sep 17 00:00:00 2001 From: SpirosChadoulos Date: Wed, 19 Apr 2017 13:07:04 +0300 Subject: [PATCH] fixed line length --- beets/ui/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 88d9ccaf1..36876d229 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -1450,7 +1450,8 @@ default_commands.append(modify_cmd) # move: Move/copy files to the library or a new base directory. -def move_items(lib, dest, query, copy, album, pretend, export=False, confirm=False): +def move_items(lib, dest, query, copy, album, pretend, export=False, + confirm=False): """Moves or copies items to a new base directory, given by dest. If dest is None, then the library's base directory is used, making the command "consolidate" files.