Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .__str__ rather than .message to print errors.
This helps because IOError does not assign `message', but __str__ prints both the path and the error that occurred. This should address #7.
- Loading branch information