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
{{ message }}
This repository was archived by the owner on Aug 25, 2020. It is now read-only.
We should replace sys.exit() throughout the code with an exception (e.g. SurchException) and have sys.exit only in the CLI code itself so that users who use the Python API directly can get the exception object with the traceback.