mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
Merge branch 'master' of https://github.com/zxc8027/Cura into zxc8027-master
This commit is contained in:
commit
2eab2c0f3d
@ -163,7 +163,7 @@ sys.excepthook = exceptHook
|
|||||||
# Enable dumping traceback for all threads
|
# Enable dumping traceback for all threads
|
||||||
if sys.stderr:
|
if sys.stderr:
|
||||||
faulthandler.enable(file = sys.stderr, all_threads = True)
|
faulthandler.enable(file = sys.stderr, all_threads = True)
|
||||||
else:
|
elif sys.stdout:
|
||||||
faulthandler.enable(file = sys.stdout, all_threads = True)
|
faulthandler.enable(file = sys.stdout, all_threads = True)
|
||||||
|
|
||||||
# Workaround for a race condition on certain systems where there
|
# Workaround for a race condition on certain systems where there
|
||||||
|
Loading…
x
Reference in New Issue
Block a user