mirror of
https://github.com/beetbox/beets.git
synced 2026-03-18 11:24:31 +01:00
Fix flake8 complaint about line length
This commit is contained in:
parent
da655534ae
commit
d180d42ddb
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ class ZeroPlugin(BeetsPlugin):
|
|||
|
||||
def set_pattern(self, field):
|
||||
"""Set a field in `self.patterns` to a string list corresponding to
|
||||
the configuration, or `True` if the field has no specific configuration.
|
||||
the configuration, or `True` if the field has no specific
|
||||
configuration.
|
||||
"""
|
||||
try:
|
||||
self.patterns[field] = self.config[field].as_str_seq()
|
||||
|
|
|
|||
Loading…
Reference in a new issue