Jonathan Roth
Jonathan Roth
the url for the documentation should read https://smarnach.github.io/pyexiftool/ as opposed to https://smarnach.github.com/pyexiftool/ thank you for creating such a good tool
i encountered the following error : ``` Traceback (most recent call last): File "yeah.py", line 21, in with exiftool.ExifTool("/usr/local/lib/python2.7/dist-packages/exiftool.py") as et: File "/usr/local/lib/python2.7/dist-packages/exiftool.py", line 191, in __enter__ self.start() File "/usr/local/lib/python2.7/dist-packages/exiftool.py",...
i encountered this error using python 3.9.2 and while trying to extract exif data from a HEIC file.  exifread
**Describe the bug** Errors around keyword arguments are erroneously displayed. **To Reproduce** The root directory of my repository is `/onboarding-service-integration-testing` There is a python module `/onboarding-service-integration-testing/tests/authenticate.py` which includes the following...