Skip to content

Commit

Permalink
Fix flake8 complaint about line length
Browse files Browse the repository at this point in the history
  • Loading branch information
adkow committed Oct 12, 2015
1 parent da65553 commit d180d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beetsplug/zero.py
Expand Up @@ -81,7 +81,8 @@ def validate_config(self, mode):

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()
Expand Down

0 comments on commit d180d42

Please sign in to comment.