diff options
| author | jvoisin | 2018-10-23 16:32:28 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-23 16:32:28 +0200 |
| commit | 9a81b3adfd21fcbc38c09b5d28cbd35791ba6004 (patch) | |
| tree | 6dea1ab714616eea190091f95a2c68825170721d /libmat2/exiftool.py | |
| parent | f1a071d460507fd1bb1721deafd2a8d9f88f5b05 (diff) | |
Improve type annotation coverage
Diffstat (limited to 'libmat2/exiftool.py')
| -rw-r--r-- | libmat2/exiftool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/exiftool.py b/libmat2/exiftool.py index 23d0d89..9611a04 100644 --- a/libmat2/exiftool.py +++ b/libmat2/exiftool.py | |||
| @@ -24,7 +24,7 @@ class ExiftoolParser(abstract.AbstractParser): | |||
| 24 | meta.pop(key, None) | 24 | meta.pop(key, None) |
| 25 | return meta | 25 | return meta |
| 26 | 26 | ||
| 27 | def _lightweight_cleanup(self): | 27 | def _lightweight_cleanup(self) -> bool: |
| 28 | if os.path.exists(self.output_filename): | 28 | if os.path.exists(self.output_filename): |
| 29 | try: | 29 | try: |
| 30 | # exiftool can't force output to existing files | 30 | # exiftool can't force output to existing files |
