Marcus Buffett 5463aa06b8 Catch IOError
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
2017-09-21 12:15:10 -07:00
..
2017-09-21 12:15:10 -07:00
2017-09-17 21:40:13 +02:00
2017-09-20 20:48:06 +02:00
2017-09-20 16:49:21 +03:00
2017-09-20 20:48:06 +02:00
2017-09-19 09:20:35 +02:00