preparation for pyinstaller

This commit is contained in:
2026-02-21 11:33:41 +01:00
parent 07dd002c3b
commit bcad8e760b
6 changed files with 30 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ import traceback
def exception_handler(typ_exc, value, trbk):
"""Testium Exception handling"""
print("An unmanaged exception occured", exc_info=(typ_exc, value, trbk))
print("An unmanaged exception occured")
print(f"Critical failure : '{value}'.")
tb = traceback.format_exception(typ_exc, value, trbk)
print("".join(tb))