Remove whitespaces from empty line

This commit is contained in:
j000 2017-09-27 23:31:35 +02:00 committed by GitHub
parent 77e8f21094
commit 5a82c7ead1

View file

@ -117,7 +117,7 @@ class PlayPlugin(BeetsPlugin):
selection = lib.items(ui.decargs(args)) selection = lib.items(ui.decargs(args))
paths = [item.path for item in selection] paths = [item.path for item in selection]
item_type = 'track' item_type = 'track'
if relative_to: if relative_to:
paths = [relpath(path, relative_to) for path in paths] paths = [relpath(path, relative_to) for path in paths]