From 9227a515884d9f1f277b76fbf5e1d2085fb9e328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Inge=20Lea=20Bj=C3=B8rnsen?= Date: Sun, 28 Dec 2014 20:40:46 +0100 Subject: [PATCH] Add a missing space --- beetsplug/importadded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/importadded.py b/beetsplug/importadded.py index a98b27795..bf2de1300 100644 --- a/beetsplug/importadded.py +++ b/beetsplug/importadded.py @@ -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)