bitslabsyr / STACKzip

MIT License
0 stars 0 forks source link

Add crash info to log file #4

Closed sjacks26 closed 5 years ago

sjacks26 commented 6 years ago

There aren't master try/except statements in the main code. Those should be added to catch exceptions, route exception messages to the log file, then crash or keep running (depending on the nature of the exception).

sjacks26 commented 6 years ago

Added in https://github.com/bitslabsyr/STACKzip/commit/8695939d763868104ddf13043edb61d54aa97b09. Testing in progress.