diff options
Diffstat (limited to 'libmat2/archive.py')
| -rw-r--r-- | libmat2/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/archive.py b/libmat2/archive.py index bcf8d33..b2483fc 100644 --- a/libmat2/archive.py +++ b/libmat2/archive.py | |||
| @@ -132,7 +132,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser): | |||
| 132 | logging.warning("In file %s, keeping unknown element %s (format: %s)", | 132 | logging.warning("In file %s, keeping unknown element %s (format: %s)", |
| 133 | self.filename, item.filename, mtype) | 133 | self.filename, item.filename, mtype) |
| 134 | else: | 134 | else: |
| 135 | logging.error("In file %s, element %s's format (%s) " + | 135 | logging.error("In file %s, element %s's format (%s) " \ |
| 136 | "isn't supported", | 136 | "isn't supported", |
| 137 | self.filename, item.filename, mtype) | 137 | self.filename, item.filename, mtype) |
| 138 | abort = True | 138 | abort = True |
