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
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Line 266 catches a general Exception which hides any decryption error and turns it into a "Cannot find file" error.
Download and decryption errors should be caught and reported separately so calling code can make decisions whether the file was not there OR it could not be decrypted.
batch.py
Line 266 catches a general Exception which hides any decryption error and turns it into a "Cannot find file" error.
Download and decryption errors should be caught and reported separately so calling code can make decisions whether the file was not there OR it could not be decrypted.