Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If config.toml doesn't exist, then an IOError will be raised on the `with open(...)` line. Prior to e788fa7, this was caught because the `except` clause didn't specify what exceptions it caught, so both IOError and OSError were caught
- Loading branch information