diff options
Diffstat (limited to 'libmat2/office.py')
| -rw-r--r-- | libmat2/office.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/office.py b/libmat2/office.py index c10664f..e6370e7 100644 --- a/libmat2/office.py +++ b/libmat2/office.py | |||
| @@ -301,7 +301,7 @@ class MSOfficeParser(ArchiveBasedAbstractParser): | |||
| 301 | Yes, I know that parsing xml with regexp ain't pretty, | 301 | Yes, I know that parsing xml with regexp ain't pretty, |
| 302 | be my guest and fix it if you want. | 302 | be my guest and fix it if you want. |
| 303 | """ | 303 | """ |
| 304 | metadata = {} | 304 | metadata = super().get_meta() |
| 305 | zipin = zipfile.ZipFile(self.filename) | 305 | zipin = zipfile.ZipFile(self.filename) |
| 306 | for item in zipin.infolist(): | 306 | for item in zipin.infolist(): |
| 307 | if item.filename.startswith('docProps/') and item.filename.endswith('.xml'): | 307 | if item.filename.startswith('docProps/') and item.filename.endswith('.xml'): |
