rcgsheffield / urban_flows

Research Computing work for the Urban Flows project
2 stars 2 forks source link

All harvesters: log uncaught exceptions #20

Open Joe-Heffer-Shef opened 3 years ago

Joe-Heffer-Shef commented 3 years ago

Currently, only caught errors are recorded to the error file. All uncaught errors should be logged by default for all harvesters (by default to error.log in cwd) https://stackoverflow.com/a/16993115/8634200

Joe-Heffer-Shef commented 3 years ago

example in stat-xplore: https://github.com/rcgsheffield/urban_flows/blob/master/stat-xplore/utils.py#L62

Joe-Heffer-Shef commented 3 years ago

doesn't need to ignore keyboard interrupt