diff options
| author | intrigeri | 2019-02-03 09:43:27 +0000 |
|---|---|---|
| committer | jvoisin | 2019-02-03 19:18:41 +0100 |
| commit | e8c1bb0e3c4cae579e81ce6a4b01b829900ff922 (patch) | |
| tree | cd7146283c98f25544334cdd322b8c577ccc40d3 /libmat2/office.py | |
| parent | 8b5d0c286c91537b43eb3284aa93b382636e7ebf (diff) | |
Whenever possible, use bwrap for subprocesses
This should closes #90
Diffstat (limited to 'libmat2/office.py')
| -rw-r--r-- | libmat2/office.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat2/office.py b/libmat2/office.py index e6370e7..365c230 100644 --- a/libmat2/office.py +++ b/libmat2/office.py | |||
| @@ -266,7 +266,6 @@ class MSOfficeParser(ArchiveBasedAbstractParser): | |||
| 266 | f.write(b'<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties">') | 266 | f.write(b'<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties">') |
| 267 | f.write(b'</cp:coreProperties>') | 267 | f.write(b'</cp:coreProperties>') |
| 268 | 268 | ||
| 269 | |||
| 270 | if self.__remove_rsid(full_path) is False: | 269 | if self.__remove_rsid(full_path) is False: |
| 271 | return False | 270 | return False |
| 272 | 271 | ||
