Skip to content

Commit eaa8417

Browse files
committed
split long line
1 parent 325ae6f commit eaa8417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beetsplug/acousticbrainz.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ def _fetch_info(self, items, write, force):
192192
val)
193193
setattr(item, attr, val)
194194
else:
195-
self._log.debug(u'skipping attribute {} of {} (value {}) due to config',
195+
self._log.debug(u'skipping attribute {} of {} (value {})'
196+
u' due to config',
196197
attr,
197198
item,
198199
val)

0 commit comments

Comments
 (0)