mirror of
https://github.com/beetbox/beets.git
synced 2026-03-29 17:55:43 +02:00
[beetsplug/spl] Fix linting error
This commit is contained in:
parent
a7aac37f66
commit
ca9990c8c2
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ class SmartPlaylistPlugin(BeetsPlugin):
|
|||
"--dest-regen",
|
||||
action="store_true",
|
||||
dest="dest_regen",
|
||||
help="regenerate the destination path as 'move' or 'convert' commands would do.",
|
||||
help="regenerate the destination path as 'move' or 'convert' "
|
||||
"commands would do.",
|
||||
)
|
||||
spl_update.parser.add_option(
|
||||
"--relative-to",
|
||||
|
|
|
|||
Loading…
Reference in a new issue