diff options
| -rw-r--r-- | MAT/office.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/office.py b/MAT/office.py index a861919..c6e86fb 100644 --- a/MAT/office.py +++ b/MAT/office.py | |||
| @@ -181,7 +181,7 @@ class PdfStripper(parser.GenericParser): | |||
| 181 | writer.write(self.output) | 181 | writer.write(self.output) |
| 182 | self.do_backup() | 182 | self.do_backup() |
| 183 | except: | 183 | except: |
| 184 | print('Unable to remove all metadata from %s, please install\ | 184 | logging.error('Unable to remove all metadata from %s, please install\ |
| 185 | pdfrw' % self.output) | 185 | pdfrw' % self.output) |
| 186 | return False | 186 | return False |
| 187 | return True | 187 | return True |
