From ca9990c8c23b119c665155156e9de831b95c38cb Mon Sep 17 00:00:00 2001 From: Pierre Ayoub Date: Sat, 8 Feb 2025 21:53:22 +0100 Subject: [PATCH] [beetsplug/spl] Fix linting error --- beetsplug/smartplaylist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beetsplug/smartplaylist.py b/beetsplug/smartplaylist.py index 146cbf6ee..0a050794c 100644 --- a/beetsplug/smartplaylist.py +++ b/beetsplug/smartplaylist.py @@ -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",