summaryrefslogtreecommitdiff
path: root/libmat2
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2')
-rw-r--r--libmat2/office.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/office.py b/libmat2/office.py
index e813fae..34ae7a2 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -146,6 +146,7 @@ class LibreOfficeParser(ArchiveBasedAbstractParser):
146 files_to_omit = set(map(re.compile, { # type: ignore 146 files_to_omit = set(map(re.compile, { # type: ignore
147 '^meta\.xml$', 147 '^meta\.xml$',
148 '^Configurations2/', 148 '^Configurations2/',
149 '^Thumbnails/',
149 })) 150 }))
150 151
151 def get_meta(self) -> Dict[str, str]: 152 def get_meta(self) -> Dict[str, str]: