From 7877ba0da5970de0615c1299b462d067218f5d18 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 1 Sep 2018 14:16:55 +0200 Subject: [PATCH] Fix a minor formatting issue --- libmat2/office.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmat2/office.py b/libmat2/office.py index 4881253..36b7378 100644 --- a/libmat2/office.py +++ b/libmat2/office.py @@ -109,7 +109,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser): if not tmp_parser: shutil.rmtree(temp_folder) os.remove(self.output_filename) - logging.error("in file %s, element %s's format (%s) " + + logging.error("In file %s, element %s's format (%s) " + "isn't supported", self.filename, item.filename, mtype) return False