mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-16 02:26:16 -04:00
fix
This commit is contained in:
parent
ab94c7c4b8
commit
32d20b5b2a
|
|
@ -743,7 +743,7 @@ class Url:
|
|||
if __name__ == "__main__":
|
||||
#sys.excepthook seems to have no effect in Github Actions
|
||||
try:
|
||||
sys.exit(main())
|
||||
sys.exit(main())
|
||||
except Exception:
|
||||
logging.exception("Unhandled exception occured")
|
||||
sys.exit(2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue