summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-09-18 21:05:49 +0200
committerjvoisin2011-09-18 21:05:49 +0200
commitf193dd8d726906dc87b4e764a47145de983e1b49 (patch)
treee4c2ae168d7b0e582815d61047feb95debf076b3
parent6bf2c700bf5fc1b4b1d5e4a1d537865e805b9453 (diff)
Fix a typo (4ZM)
-rw-r--r--mat/office.py2
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