mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Add a missing space
This commit is contained in:
parent
a2188d475b
commit
9227a51588
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def record_if_inplace(task, session):
|
|||
if not (session.config['copy'] or session.config['move'] or
|
||||
session.config['link']):
|
||||
log.debug(u"In place import detected, recording mtimes from source"
|
||||
u"paths")
|
||||
u" paths")
|
||||
for item in task.items:
|
||||
record_import_mtime(item, item.path, item.path)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue