From 4e0c114ce3b5d9e985b188d014a7ffb10380d952 Mon Sep 17 00:00:00 2001 From: rawdlite Date: Thu, 9 Jul 2015 07:10:09 +0200 Subject: [PATCH] file-browser: lint fixed --- mopidy/file/library.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/file/library.py b/mopidy/file/library.py index d638d0f0..f9c4ad97 100644 --- a/mopidy/file/library.py +++ b/mopidy/file/library.py @@ -108,8 +108,8 @@ class FilesLibraryProvider(backend.LibraryProvider): local_path = path.expand_path( media_dir_split[0].encode(FS_ENCODING)) if not local_path: - logger.warning('Failed expanding path (%s) from file/media_dirs' - 'config value.', + logger.warning('Failed expanding path (%s) from' + 'file/media_dirs config value.', media_dir_split[0]) continue elif not os.path.isdir(local_path):