Add missing temporary cleanup for the office documents section.

This commit is contained in:
Roberto Rosario
2016-06-28 01:53:53 -04:00
parent d0aee4f72b
commit f3f5cff36e

View File

@@ -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: