Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
26397137
Commit
26397137
authored
May 05, 2022
by
jvoisin
Browse files
Minor cleanup
parent
b18e6e11
Pipeline
#89699
passed with stages
in 9 minutes and 50 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
libmat2/archive.py
View file @
26397137
...
...
@@ -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
]
+
item
s
items
.
insert
(
0
,
item
)
else
:
items
.
append
(
item
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment