Skip to content

Commit 8ba0060

Browse files
authored
Wrap a long line
1 parent f36c70c commit 8ba0060

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

beetsplug/metasync/amarok.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ def sync_from_source(self, item):
7171
# for the patch relative to the mount point. But the full path is part
7272
# of the result set. So query for the filename and then try to match
7373
# the correct item from the results we get back
74-
results = self.collection.Query(self.queryXML % quoteattr(basename(path)))
74+
results = self.collection.Query(
75+
self.queryXML % quoteattr(basename(path))
76+
)
7577
for result in results:
7678
if result['xesam:url'] != path:
7779
continue

0 commit comments

Comments
 (0)