diff options
| author | jvoisin | 2011-09-18 21:05:49 +0200 |
|---|---|---|
| committer | jvoisin | 2011-09-18 21:05:49 +0200 |
| commit | f193dd8d726906dc87b4e764a47145de983e1b49 (patch) | |
| tree | e4c2ae168d7b0e582815d61047feb95debf076b3 | |
| parent | 6bf2c700bf5fc1b4b1d5e4a1d537865e805b9453 (diff) | |
Fix a typo (4ZM)
| -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 |
