From baf25319d79ecd1ab375b108f30b17db9484b508 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sat, 4 Feb 2023 17:25:00 -0700 Subject: [PATCH] =?UTF-8?q?main.py:=20Don=E2=80=99t=20double=20print=20tra?= =?UTF-8?q?ceback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/main.py b/resources/main.py index d888a48a2..c868eea5f 100644 --- a/resources/main.py +++ b/resources/main.py @@ -56,7 +56,6 @@ class OpenCoreLegacyPatcher: # TODO: Support thread exceptions def custom_excepthook(type, value, tb): logging.error("Uncaught exception", exc_info=(type, value, tb)) - traceback.print_exception(type, value, tb) sys.excepthook = custom_excepthook