summaryrefslogtreecommitdiff
path: root/MAT/exiftool.py
diff options
context:
space:
mode:
authorjvoisin2012-12-20 18:08:44 +0100
committerjvoisin2012-12-20 18:08:44 +0100
commitce6c61bd56b126742cc95435945c13bfa8671b28 (patch)
tree8eb5a98a6598e9448c3cdc19a6999094f3a7b65f /MAT/exiftool.py
parent6be21f0acb7c540fad89b6c0b9b54197a435238f (diff)
parent893ce1a7ce01a1983b3605e424775df6500c2608 (diff)
Merge branch 'master' into gui_options
Conflicts: mat-gui
Diffstat (limited to 'MAT/exiftool.py')
-rw-r--r--MAT/exiftool.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/MAT/exiftool.py b/MAT/exiftool.py
index 758a094..eeefcb8 100644
--- a/MAT/exiftool.py
+++ b/MAT/exiftool.py
@@ -11,9 +11,8 @@ class ExiftoolStripper(parser.GenericParser):
11 A generic stripper class using exiftool as backend 11 A generic stripper class using exiftool as backend
12 ''' 12 '''
13 13
14 def __init__(self, filename, parser, mime, backup, add2archive): 14 def __init__(self, filename, parser, mime, backup, **kwargs):
15 super(ExiftoolStripper, self).__init__(filename, parser, mime, 15 super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs)
16 backup, add2archive)
17 self.allowed = ['ExifTool Version Number', 'File Name', 'Directory', 16 self.allowed = ['ExifTool Version Number', 'File Name', 'Directory',
18 'File Size', 'File Modification Date/Time', 'File Permissions', 17 'File Size', 'File Modification Date/Time', 'File Permissions',
19 'File Type', 'MIME Type', 'Image Width', 'Image Height', 18 'File Type', 'MIME Type', 'Image Width', 'Image Height',