[pgp] Fix pyright errors

This commit is contained in:
Philipp Hörist
2026-01-02 21:44:08 +01:00
parent 99e33d9a1f
commit 67e7b24ce2
2 changed files with 3 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ class PGP(metaclass=Singleton):
if result.ok:
error = ""
else:
error = result.status
error = result.status or "Unknown"
return self._strip_header_footer(str(result)), error