Skip to content

Commit

Permalink
Merge pull request #61 from CadQuery/adam-urbanczyk-faulthandler
Browse files Browse the repository at this point in the history
Enable faulthandler in run.py
  • Loading branch information
adam-urbanczyk authored Jul 13, 2019
2 parents cd6a6f8 + 6286a9c commit 1fff07d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import os
import faulthandler

faulthandler.enable()

if 'CASROOT' in os.environ:
del os.environ['CASROOT']

Expand Down

0 comments on commit 1fff07d

Please sign in to comment.