From 538aed16c9f77986f3e428c6a5ed7661cac5135a Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 30 Dec 2015 20:22:50 +0100 Subject: [PATCH] Rephrase error --- patacrep/content/song.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patacrep/content/song.py b/patacrep/content/song.py index b1bf4378..8e9519dc 100755 --- a/patacrep/content/song.py +++ b/patacrep/content/song.py @@ -92,8 +92,8 @@ def parse(keyword, argument, contentlist, config): if extension not in plugins: LOGGER.info( ( - 'I do not know how to parse "%s": name does ' - 'not end with one of %s. Ignored.' + 'Cannot parse "%s": name does not end with one ' + 'of %s. Ignored.' ), os.path.join(songdir.datadir, filename), ", ".join(["'.{}'".format(key) for key in plugins.keys()])