From 349a3260f88fde6966fa3a3cc3fa381173859614 Mon Sep 17 00:00:00 2001 From: xarph Date: Tue, 26 Jul 2016 16:08:52 -0700 Subject: [PATCH] Apparently py34-flake8 wants whitespace around operators. --- beetsplug/play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index c846a755e..9c5f752ff 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -92,7 +92,7 @@ class PlayPlugin(BeetsPlugin): command_str = u"{} {}".format(command_str, opts.args) else: if ARGS_MARKER in command_str: - command_str = command_str.replace(" "+ARGS_MARKER, "") + command_str = command_str.replace(" " + ARGS_MARKER, "") # Perform search by album and add folders rather than tracks to # playlist.