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 cb9c609..0b36fe7 100644 --- a/mat/office.py +++ b/mat/office.py | |||
| @@ -35,7 +35,7 @@ class OpenDocumentStripper(archive.GenericArchiveStripper): | |||
| 35 | try: | 35 | try: |
| 36 | content = zipin.read('meta.xml') | 36 | content = zipin.read('meta.xml') |
| 37 | zipin.close() | 37 | zipin.close() |
| 38 | metadata[self.filename] = 'harful meta' | 38 | metadata[self.filename] = 'harmful meta' |
| 39 | except KeyError: # no meta.xml file found | 39 | except KeyError: # no meta.xml file found |
| 40 | logging.debug('%s has no opendocument metadata' % self.filename) | 40 | logging.debug('%s has no opendocument metadata' % self.filename) |
| 41 | return metadata | 41 | return metadata |
