From fd36a01cd667e44d588eb8694eaffd7c4fa5815e Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 26 Oct 2018 20:49:34 -0700 Subject: [PATCH] Remove incorrect faulthandler initialisation --- run_openlp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run_openlp.py b/run_openlp.py index 89f89db61..ec97ca457 100755 --- a/run_openlp.py +++ b/run_openlp.py @@ -46,7 +46,6 @@ def start(): """ Instantiate and run the application. """ - faulthandler.enable() set_up_fault_handling() # Add support for using multiprocessing from frozen Windows executable (built using PyInstaller), # see https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support