From 80c96d98deeb6951b79cb9ed52a07083706e18ef Mon Sep 17 00:00:00 2001 From: Tom Jaspers Date: Thu, 5 Feb 2015 10:54:42 +0100 Subject: [PATCH] Oops, flake8 formatting --- beets/library.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beets/library.py b/beets/library.py index e807d386a..e4fbd1d49 100644 --- a/beets/library.py +++ b/beets/library.py @@ -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