guilatrova / tryceratops

A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
MIT License
432 stars 26 forks source link

fix: shutdown logging on exit #12

Closed rodrigogiraoserrao closed 3 years ago

rodrigogiraoserrao commented 3 years ago

This closes #8 by shutting down logging when tryceratops is exiting, freeing up the resources in use, namely the log file that Windows didn't want to delete.

rodrigogiraoserrao commented 3 years ago

This also replaces the mess I made with #10 and the commit history.

guilatrova commented 3 years ago

Thank you!!