Fixed error message.

This commit is contained in:
Thomasedv 2021-05-08 15:54:13 +02:00
parent 24117bd4d9
commit 8617393c7e

View file

@ -262,7 +262,7 @@ class Project(object):
log("Set Chunking Method: FFMS2") log("Set Chunking Method: FFMS2")
self.chunk_method = "vs_ffms2" self.chunk_method = "vs_ffms2"
else: else:
log(f"Vapoursynth not installed but no supported methods.") log(f"Vapoursynth installed but no supported chunking methods.")
log("Fallbacking back to Hybrid") log("Fallbacking back to Hybrid")
self.chunk_method = "hybrid" self.chunk_method = "hybrid"