Apparently py34-flake8 wants whitespace around operators.

This commit is contained in:
xarph 2016-07-26 16:08:52 -07:00
parent 9fb763e151
commit 349a3260f8

View file

@ -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.