Pep8 error ...

This commit is contained in:
Susanna Maria 2019-06-25 20:37:12 +02:00
parent f254b33c6e
commit 932d18a838

View file

@ -112,7 +112,8 @@ class AcousticBrainzSubmitPlugin(plugins.BeetsPlugin):
cmd.parser.add_option(
u'-p', u'--pretend', dest='pretend_fetch',
action='store_true', default=False,
help=u'pretend to perform action, but show only files which would be processed'
help=u'pretend to perform action, but show ' \
'only files which would be processed'
)
cmd.func = self.command
return [cmd]