Skip to content

Commit c828539

Browse files
Update tools/chelon-sign
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 563f263 commit c828539

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/chelon-sign

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ def gpg_mode(args: List[str]):
204204
sys.exit(1)
205205
sys.stdout.buffer.flush()
206206

207+
except ChelonClientError as e:
208+
print(f"GPG Emulation Error (signing service): {e}", file=sys.stderr)
209+
sys.exit(1)
207210
except Exception as e:
208211
print(f"GPG Emulation Error: {e}", file=sys.stderr)
209212
sys.exit(1)

0 commit comments

Comments
 (0)