Skip to content
Snippets Groups Projects
Commit 26397137 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Minor cleanup

parent b18e6e11
No related branches found
No related tags found
No related merge requests found
Pipeline #89699 passed with warnings
......@@ -179,7 +179,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
# Some fileformats do require to have the `mimetype` file
# as the first file in the archive.
if self._get_member_name(item) == 'mimetype':
items = [item] + items
items.insert(0, item)
else:
items.append(item)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment