diff options
| author | jvoisin | 2018-09-01 14:16:55 +0200 |
|---|---|---|
| committer | jvoisin | 2018-09-01 14:16:55 +0200 |
| commit | 7877ba0da5970de0615c1299b462d067218f5d18 (patch) | |
| tree | c171b01e7d5cf3479e9aa8e85f40bcf85db40555 /libmat2 | |
| parent | e2634f7a5052f0507b245b30e2f2bc25963f863f (diff) | |
Fix a minor formatting issue
Diffstat (limited to 'libmat2')
| -rw-r--r-- | libmat2/office.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 109 | if not tmp_parser: | 109 | if not tmp_parser: |
| 110 | shutil.rmtree(temp_folder) | 110 | shutil.rmtree(temp_folder) |
| 111 | os.remove(self.output_filename) | 111 | os.remove(self.output_filename) |
| 112 | logging.error("in file %s, element %s's format (%s) " + | 112 | logging.error("In file %s, element %s's format (%s) " + |
| 113 | "isn't supported", | 113 | "isn't supported", |
| 114 | self.filename, item.filename, mtype) | 114 | self.filename, item.filename, mtype) |
| 115 | return False | 115 | return False |
