Open ghost opened 8 years ago
Made OneTime output a cleaner error for when it can't access a file during reading (such as when it doesn't exist). Before it was just spewing out a Python IOError.
Hi, @beardog108 -- thanks for the PR! Comments:
raise
I ran the test suite with the changes, and it passes all current tests. It just needs a new test to verify that the error is produced when expected.
Made OneTime output a cleaner error for when it can't access a file during reading (such as when it doesn't exist). Before it was just spewing out a Python IOError.