BrewPi / brewpi-tools

Various tools to setup/update/configure BrewPi
GNU General Public License v3.0
39 stars 46 forks source link

Remove catch all exceptions in updater.py #4

Closed elcojacobs closed 11 years ago

elcojacobs commented 11 years ago

The catch all exceptions should be replaced with catching just the expected exceptions. Catching all is dangerous and could hide errors.

elcojacobs commented 11 years ago

Done: https://github.com/BrewPi/brewpi-tools/commit/ae6cb6890dbc4bdd065f1890ca132692a9e36da7