mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Pep8 error ...
This commit is contained in:
parent
f254b33c6e
commit
932d18a838
1 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue