diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 170a6b8..e6f42dd 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"] is False, "I couldn't find a binary to convert video and I ask to do so, abort") + error(SETTINGS["ffmpeg"] is not 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")