Hackerfleet / hfos-legacy

Hackerfleet Operating System
GNU Affero General Public License v3.0
29 stars 4 forks source link

Rework Exception handlers #194

Closed ri0t closed 7 years ago

ri0t commented 7 years ago

There are a lot of way-to-broad exception handlers all throught the core modules.

ri0t commented 7 years ago

Actually, no. They're all fine. Some are intentionally quite broad, but all except at least Exception.

pep-8 just specifically warns to do "except:" which even catches BaseExceptions.