Braeden
Braeden
Unless this issue has been resolved elsewhere, I'd like to tackle it. As I understand from this thread, I may be able to fix the bug simply by properly handling...
It looks like this bug was fixed in commit https://github.com/freedomofpress/securedrop/commit/8ff264dbfc23bc34173f4d43527641afac6fc5d8 after this thread went silent. Specifically, [these lines](https://github.com/freedomofpress/securedrop/blob/8ff264dbfc23bc34173f4d43527641afac6fc5d8/securedrop/encryption.py#L86-#L90) catch any `GpgKeyNotFoundError` when a deletion attempt is made. I have not...