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

Improve a bit odt handling

parent 697cb36b
No related branches found
No related tags found
No related merge requests found
...@@ -371,6 +371,7 @@ class LibreOfficeParser(ZipParser): ...@@ -371,6 +371,7 @@ class LibreOfficeParser(ZipParser):
})) }))
self.files_to_omit = set(map(re.compile, { # type: ignore self.files_to_omit = set(map(re.compile, { # type: ignore
r'^meta\.xml$', r'^meta\.xml$',
r'^layout-cache$',
r'^Configurations2/', r'^Configurations2/',
r'^Thumbnails/', r'^Thumbnails/',
})) }))
......
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