Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Catch global tracebacks in preupg binary #193

Closed
phracek opened this issue Dec 14, 2016 · 1 comment
Closed

Catch global tracebacks in preupg binary #193

phracek opened this issue Dec 14, 2016 · 1 comment

Comments

@phracek
Copy link
Contributor

phracek commented Dec 14, 2016

We have modified manual page by Pull Request #192 .
Unfortunately exit 1 is also return values caused by tracebacks.
We should detect tracebacks caused by exceptions like IndexError, ValueError and stuff like that.

@bocekm
Copy link
Collaborator

bocekm commented Feb 23, 2017

Fixed by 376a4de. All internal errors are caught in preupg binary and new return code is returned (30 .. settings.ReturnValues.INTERNAL_EXCEPTION).

@bocekm bocekm closed this as completed Feb 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants