Is your feature request related to a problem? Please describe.
At this point the code does not stop gracefully. There needs to be more error checking and reporting. The Report class should have error flags that can be tripped and then reported. There should be a lot more try and catch pairs in the code.
Describe the solution you'd like
Should have:
- a report.add_error("reason for error") that sets both the error and the function that called it
- more try and catch pairs as well as ways of aborting the layers of functions
- A report at the end that shows all of the error flags
Is your feature request related to a problem? Please describe.
At this point the code does not stop gracefully. There needs to be more error checking and reporting. The Report class should have error flags that can be tripped and then reported. There should be a lot more try and catch pairs in the code.
Describe the solution you'd like
Should have: