mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 02:22:25 +01:00
Oops, flake8 formatting
This commit is contained in:
parent
d8ebc71f98
commit
80c96d98de
1 changed files with 2 additions and 1 deletions
|
|
@ -1061,7 +1061,8 @@ def parse_query_parts(parts, model_cls):
|
|||
# Add path queries to aggregate query.
|
||||
# Match field / flexattr depending on whether the model has the path field
|
||||
fast_path_query = 'path' in model_cls._fields
|
||||
query.subqueries += [PathQuery('path', s, fast_path_query) for s in path_parts]
|
||||
query.subqueries += [PathQuery('path', s, fast_path_query)
|
||||
for s in path_parts]
|
||||
|
||||
return query, sort
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue