Skip to content

Commit

Permalink
Keep running when a program crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jan 25, 2024
1 parent c8812ce commit 35eea41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terrariumUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ def get_script_data(script):
logger.debug("Output was: %s." % (data))
except Exception as ex:
logger.exception("Error parsing script data for script %s. Exception %s" % (script, ex))
# raise ex

return data

Expand Down

0 comments on commit 35eea41

Please sign in to comment.