From 9a9ca6fa99e8e53027d748cd2da20e2576935bc1 Mon Sep 17 00:00:00 2001
From: Luthaf <luthaf@luthaf.fr>
Date: Wed, 9 Jul 2014 17:39:00 +0100
Subject: [PATCH] Better error message

---
 patacrep/content/tex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patacrep/content/tex.py b/patacrep/content/tex.py
index ad109126..8548df32 100755
--- a/patacrep/content/tex.py
+++ b/patacrep/content/tex.py
@@ -50,7 +50,7 @@ def parse(keyword, argument, contentlist, config):
         if not checked_file:
             LOGGER.warning(
                     ("Cannot find file '{}' in '{}'. Compilation may fail "
-                    "later.").format(filename, str(config['_songdir']))
+                    "later.").format(filename, [str(i) for i in config['_songdir']])
                     )
             continue
         filelist.append(LaTeX(checked_file))