summaryrefslogtreecommitdiff
path: root/libmat2/archive.py
diff options
context:
space:
mode:
authorjvoisin2018-09-24 19:50:24 +0200
committerjvoisin2018-09-24 19:50:24 +0200
commit2e243355f51654c8c6392c80a17b090f9f012fd1 (patch)
treeb4bb244443ab0566cdb741b1c91a112ff8149214 /libmat2/archive.py
parent174d4a0ac09c2e9d4a9aa3677a442c05459b8309 (diff)
Fix some minor formatting issues
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 7b9f335..dd63c50 100644
--- a/libmat2/archive.py
+++ b/libmat2/archive.py
@@ -21,7 +21,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
21 21
22 # Those are the files that we _do not_ want to keep, 22 # Those are the files that we _do not_ want to keep,
23 # no matter if they are supported or not. 23 # no matter if they are supported or not.
24 files_to_omit = set() # type: Set[Pattern] 24 files_to_omit = set() # type: Set[Pattern]
25 25
26 # what should the parser do if it encounters an unknown file in 26 # what should the parser do if it encounters an unknown file in
27 # the archive? 27 # the archive?