From 47f87071fe5c822bf5af7797617b22137041a365 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 27 Oct 2013 21:55:42 +0000 Subject: Fix a stupid typo --- MAT/exiftool.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MAT/exiftool.py') diff --git a/MAT/exiftool.py b/MAT/exiftool.py index 86a5be9..9e38f04 100644 --- a/MAT/exiftool.py +++ b/MAT/exiftool.py @@ -29,9 +29,10 @@ class ExiftoolStripper(parser.GenericParser): if self.backup: self.create_backup_copy() # Note: '-All=' must be followed by a known exiftool option. - return subprocess.call(['exiftool', '-m', '-all=', + subprocess.call(['exiftool', '-m', '-all=', '-adobe=', '-overwrite_original', self.filename], stdout=open('/dev/null')) + return True except: return False -- cgit v1.3