diff --git a/mayan/apps/converter/classes.py b/mayan/apps/converter/classes.py index 69bdf5b6bf..72d3eaf61a 100644 --- a/mayan/apps/converter/classes.py +++ b/mayan/apps/converter/classes.py @@ -167,6 +167,7 @@ class ConverterBase(object): yield data fs_cleanup(input_filepath) + fs_cleanup(converted_output) def get_page(self, output_format=DEFAULT_FILE_FORMAT, as_base64=False): if not self.image: