summaryrefslogtreecommitdiff
path: root/libmat/exiftool.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat/exiftool.py')
-rw-r--r--libmat/exiftool.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmat/exiftool.py b/libmat/exiftool.py
index 366ab12..3efd4f2 100644
--- a/libmat/exiftool.py
+++ b/libmat/exiftool.py
@@ -4,10 +4,9 @@
4import subprocess 4import subprocess
5 5
6import parser 6import parser
7import pillow
8 7
9 8
10class ExiftoolStripper(parser.GenericParser, pillow.PillowStripper): 9class ExiftoolStripper(parser.GenericParser):
11 ''' A generic stripper class using exiftool as backend 10 ''' A generic stripper class using exiftool as backend
12 ''' 11 '''
13 12
@@ -27,7 +26,6 @@ class ExiftoolStripper(parser.GenericParser, pillow.PillowStripper):
27 def remove_all(self): 26 def remove_all(self):
28 ''' Remove all metadata with help of exiftool 27 ''' Remove all metadata with help of exiftool
29 ''' 28 '''
30 self.open_and_save()
31 try: 29 try:
32 if self.backup: 30 if self.backup:
33 self.create_backup_copy() 31 self.create_backup_copy()