We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da65553 commit d180d42Copy full SHA for d180d42
beetsplug/zero.py
@@ -81,7 +81,8 @@ def validate_config(self, mode):
81
82
def set_pattern(self, field):
83
"""Set a field in `self.patterns` to a string list corresponding to
84
- the configuration, or `True` if the field has no specific configuration.
+ the configuration, or `True` if the field has no specific
85
+ configuration.
86
"""
87
try:
88
self.patterns[field] = self.config[field].as_str_seq()
0 commit comments