Skip to content
GitLab
Menu
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
12489bb6
Commit
12489bb6
authored
Oct 12, 2019
by
jvoisin
Browse files
Remove a useless `\`
parent
bb903ec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libmat2/archive.py
View file @
12489bb6
...
...
@@ -199,7 +199,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
logging
.
warning
(
"In file %s, keeping unknown element %s (format: %s)"
,
self
.
filename
,
member_name
,
mtype
)
else
:
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
,
member_name
,
mtype
)
abort
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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