-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the tria_io private subpackage had some unexpected error handling
- if IO failed, the functions just returned None instead of raising an exception (which would be best practice) --> changed this to raising IOError exceptions, so proper error handling is possible - several messages meant for debugging were hard-coded, specifically the local verbose variables, best practice would be to handle this type of logging through the logging module
- Loading branch information
Showing
1 changed file
with
45 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters