diff options
Diffstat (limited to 'mat/exiftool.py')
| -rw-r--r-- | mat/exiftool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mat/exiftool.py b/mat/exiftool.py index 47e7dfc..758a094 100644 --- a/mat/exiftool.py +++ b/mat/exiftool.py | |||
| @@ -43,7 +43,6 @@ class ExiftoolStripper(parser.GenericParser): | |||
| 43 | [ 'exiftool', '-m', '-All=', '-overwrite_original', self.filename ], | 43 | [ 'exiftool', '-m', '-All=', '-overwrite_original', self.filename ], |
| 44 | stdout=open('/dev/null')) | 44 | stdout=open('/dev/null')) |
| 45 | process.wait() | 45 | process.wait() |
| 46 | self.set_time(parser.EPOCH) | ||
| 47 | return True | 46 | return True |
| 48 | except: | 47 | except: |
| 49 | return False | 48 | return False |
