Skip to content

Commit

Permalink
Have Empy raise exceptions rather than exit
Browse files Browse the repository at this point in the history
exit really doesn't get along with multiprocessing.Pool
  • Loading branch information
peterbarker committed Dec 1, 2023
1 parent c8506f6 commit ffe8de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dronecan_dsdlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
test_mk_template = f.read().decode("utf-8")


os.environ["EMPY_RAW_ERRORS"] = "1"

# expand source files and test files for messages
def expand_message(msg_name):
print('expanding %s' % (msg_name,))
Expand Down

0 comments on commit ffe8de3

Please sign in to comment.