Skip to content

Commit 1fff07d

Browse files
Merge pull request #61 from CadQuery/adam-urbanczyk-faulthandler
Enable faulthandler in run.py
2 parents cd6a6f8 + 6286a9c commit 1fff07d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import os
2+
import faulthandler
3+
4+
faulthandler.enable()
5+
26
if 'CASROOT' in os.environ:
37
del os.environ['CASROOT']
48

0 commit comments

Comments
 (0)