Skip to content
Snippets Groups Projects
Commit 8b42b28b authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Don't keep [trash] files when processing MS Office files

parent e2362b86
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ class MSOfficeParser(ZipParser):
r'^ppt/slideMasters/_rels/slideMaster[0-9]+\.xml\.rels',
}))
self.files_to_omit = set(map(re.compile, { # type: ignore
r'^\[trash\]/',
r'^customXml/',
r'webSettings\.xml$',
r'^docProps/custom\.xml$',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment