Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robustness enhancements #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kiefermat
Copy link

I have done the following changes:

  • On linux call prctl in subprocess to be sure that the exiftool child process is killed even if the parent process is killed by itself
  • When getting json results, verify that the results returned by exiftool actually belong to the correct file by checking the SourceFile property of the returned result
  • Added possibility to provide different exiftools params for each file separately

…d process is killed even if the parent process is killed by itself

- When getting json results, verify that the results returned by exiftool actually belong to the correct file by checking the SourceFile property of the returned result
- Added possibility to provide different exiftools params for each file separately
sylikc added a commit to sylikc/pyexiftool that referenced this pull request Jul 19, 2019
…d_args and common_args into one thing, and also an enhancement on linux smarnach#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant