1
0
mirror of synced 2024-06-06 22:37:48 +02:00

Fix a minor formatting issue

This commit is contained in:
jvoisin 2018-09-01 14:16:55 +02:00
parent e2634f7a50
commit 7877ba0da5

View File

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