Commit 0a96f136 by Timothée Peignier

fix typo

parent 2213f77d
...@@ -30,7 +30,7 @@ class SubProcessCompiler(CompilerBase): ...@@ -30,7 +30,7 @@ class SubProcessCompiler(CompilerBase):
if pipe.wait() != 0: if pipe.wait() != 0:
if not error: if not error:
error = "Unable to apply %s filter" % self.__class__.__name__ error = "Unable to apply %s compiler" % self.__class__.__name__
raise FilterError(error) raise FilterError(error)
if self.verbose: if self.verbose:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment