Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-02-18 13:13:30 +0300
committerGhostkeeper <rubend@tutanota.com>2020-02-18 13:13:30 +0300
commit2eab2c0f3dbe3153cc704ca9e396cd78b0ebbf9d (patch)
tree9a164e46eb130df03f161e3b3f5dff77f93186e3 /cura_app.py
parent829f9b5b8c01a544a2f1f998fc8b4b1258693071 (diff)
parent1b72577f885f792d997cfdf9a6624906a4ed88f9 (diff)
Merge branch 'master' of https://github.com/zxc8027/Cura into zxc8027-master
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index ab52404b4d..6149eeeb9a 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -163,7 +163,7 @@ sys.excepthook = exceptHook
# Enable dumping traceback for all threads
if sys.stderr:
faulthandler.enable(file = sys.stderr, all_threads = True)
-else:
+elif sys.stdout:
faulthandler.enable(file = sys.stdout, all_threads = True)
# Workaround for a race condition on certain systems where there