You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement an exiftool error handling strategy. While some errors like skipping existing files are ok in most cases, other errors are not. This applies to all calls of the exiftool but specifically where followup actions like --clean depend on the successful completion of a prior exiftool step.
This was raised by @Giga in #18. At the minimum we need to capture the exit status of every exiftool run and make it available as part of other logic for decision of whether to proceed in the goprox logic or not.
The text was updated successfully, but these errors were encountered:
New exiftool error handling and error code capture. Most exiftools errors are summarized as warnings to the user. In the case of an exiftool error prior to a clean task, the process gets aborted with an exiftool error message
Need to implement an
exiftool
error handling strategy. While some errors like skipping existing files are ok in most cases, other errors are not. This applies to all calls of theexiftool
but specifically where followup actions like--clean
depend on the successful completion of a priorexiftool
step.This was raised by @Giga in #18. At the minimum we need to capture the exit status of every
exiftool
run and make it available as part of other logic for decision of whether to proceed in thegoprox
logic or not.The text was updated successfully, but these errors were encountered: