summaryrefslogtreecommitdiff
path: root/libmat2/archive.py
diff options
context:
space:
mode:
authorgeorg2019-11-28 02:15:20 +0000
committerjvoisin2019-11-30 01:14:41 -0800
commit697cb36b814d7e01da336c43b1932264302a2528 (patch)
treec14075024469adf5aa30614c95173cada156229c /libmat2/archive.py
parent6e52661cfb4e79a76a6ff80637d5adf495a15479 (diff)
This is mat2, not MAT2
Closes #131
Diffstat (limited to 'libmat2/archive.py')
-rw-r--r--libmat2/archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/archive.py b/libmat2/archive.py
index e715fb1..de80a35 100644
--- a/libmat2/archive.py
+++ b/libmat2/archive.py
@@ -52,7 +52,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
52 self.member_class = None # type: ignore 52 self.member_class = None # type: ignore
53 53
54 # Those are the files that have a format that _isn't_ 54 # Those are the files that have a format that _isn't_
55 # supported by MAT2, but that we want to keep anyway. 55 # supported by mat2, but that we want to keep anyway.
56 self.files_to_keep = set() # type: Set[Pattern] 56 self.files_to_keep = set() # type: Set[Pattern]
57 57
58 # Those are the files that we _do not_ want to keep, 58 # Those are the files that we _do not_ want to keep,