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:41:45 +02:00
2017-09-17 21:40:13 +02:00
2017-09-19 13:06:31 +00:00
2017-09-20 06:29:42 +00:00
2017-09-17 21:41:45 +02:00
2017-09-16 23:41:04 +02:00
2017-09-18 11:04:27 -05:00
2017-09-18 17:20:12 -07:00
2017-09-21 09:41:26 +00:00
2017-09-17 14:19:24 -04:00
2017-09-19 09:00:59 -04:00
2017-09-20 16:36:24 +03:00
2017-09-18 11:26:11 +02:00
2017-09-16 15:53:02 +00:00
2017-09-17 14:19:24 -04:00
2017-09-18 12:14:52 +02:00
2017-09-19 09:00:59 -04:00
2017-09-18 11:29:47 +02:00
2017-09-17 14:19:24 -04:00
2017-09-20 20:48:06 +02:00
2017-09-21 00:35:33 +00:00
2017-09-20 10:04:31 +00:00
2017-09-16 15:53:02 +00:00
2017-09-20 16:49:21 +03:00
2017-09-20 02:46:25 +00:00
2017-09-20 14:50:31 +00:00
2017-09-18 20:39:17 -07:00
2017-09-20 20:48:06 +02:00
2017-09-21 09:41:26 +00:00
2017-09-19 09:20:35 +02:00
2017-09-17 14:19:24 -04:00
2017-09-17 13:14:37 -04:00