Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sys.exit with return. (#887)
* Replace sys.exit with return, and create an error object for the IOError prior to returning. If other modules import this code, an exit in a library may have unintended consequences. Like in other places, use return instead of exit. --------- Co-authored-by: Joe Clarke <[email protected]>
- Loading branch information