forked from openlp/openlp
Remove incorrect faulthandler initialisation
This commit is contained in:
parent
417912aae2
commit
fd36a01cd6
@ -46,7 +46,6 @@ def start():
|
|||||||
"""
|
"""
|
||||||
Instantiate and run the application.
|
Instantiate and run the application.
|
||||||
"""
|
"""
|
||||||
faulthandler.enable()
|
|
||||||
set_up_fault_handling()
|
set_up_fault_handling()
|
||||||
# Add support for using multiprocessing from frozen Windows executable (built using PyInstaller),
|
# Add support for using multiprocessing from frozen Windows executable (built using PyInstaller),
|
||||||
# see https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support
|
# see https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support
|
||||||
|
Loading…
Reference in New Issue
Block a user