Do not use exception hook

This commit is contained in:
Fierelier 2023-11-08 11:35:41 +01:00
parent c617b25c59
commit 299016c965
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
#!/usr/bin/env python3
import sys
oldexcepthook = sys.excepthook
def newexcepthook(type,value,traceback):
oldexcepthook(type,value,traceback)
#input("Press ENTER to quit.")
sys.excepthook = newexcepthook
import os
p = os.path.join
pUp = os.path.dirname