mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
fixed line length
This commit is contained in:
parent
de57602e34
commit
60318f1e02
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue