You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, I wasn't consistent. Mostly I updated to something like:
logger.error(error_message)
sys.exit(exitcode)
but sometimes I did like:
raiseException(error_message)
(but with a more specific error class than Exception). I think we generally want to convert all the sys.exits to raise Exceptions, but this PR's already uncomfortably large without doing so. I think that can be a subsequent PR if we care to.
Originally posted by @shnizzedy in #2062 (review)
The text was updated successfully, but these errors were encountered: