diff options
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 eb65b2a..933ea63 100644 --- a/libmat2/exiftool.py +++ b/libmat2/exiftool.py | |||
| @@ -70,7 +70,7 @@ class ExiftoolParser(abstract.AbstractParser): | |||
| 70 | return False | 70 | return False |
| 71 | return True | 71 | return True |
| 72 | 72 | ||
| 73 | @functools.lru_cache() | 73 | @functools.lru_cache |
| 74 | def _get_exiftool_path() -> str: # pragma: no cover | 74 | def _get_exiftool_path() -> str: # pragma: no cover |
| 75 | which_path = shutil.which('exiftool') | 75 | which_path = shutil.which('exiftool') |
| 76 | if which_path: | 76 | if which_path: |
