From dd8b20d93cee3864a5c34f1d10fa0e0d8e876561 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 11 May 2016 18:14:15 +0200 Subject: [PATCH] [mod] more obvious error message --- prosopopee/prosopopee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 360b0e7..170a6b8 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -51,7 +51,7 @@ class Video(object): return self.options["name"] def ffmpeg(self, source, target, options): - error(SETTINGS["ffmpeg"], "I couldn't find a binary to convert video and I ask to do so, abort") + error(SETTINGS["ffmpeg"] is False, "I couldn't find a binary to convert video and I ask to do so, abort") if not CACHE.needs_to_be_generated(source, target, options): okgreen("Skipped", source + " is already generated")