1
0
Fork 0

Fix a minor formatting issue

This commit is contained in:
jvoisin 2018-09-01 14:16:55 +02:00
parent e2634f7a50
commit 7877ba0da5
1 changed files with 1 additions and 1 deletions

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