Closed elcojacobs closed 11 years ago
The catch all exceptions should be replaced with catching just the expected exceptions. Catching all is dangerous and could hide errors.
Done: https://github.com/BrewPi/brewpi-tools/commit/ae6cb6890dbc4bdd065f1890ca132692a9e36da7
The catch all exceptions should be replaced with catching just the expected exceptions. Catching all is dangerous and could hide errors.