Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check and possibly rethink blanket excepts #175

Open
aaaaalbert opened this issue Oct 12, 2016 · 0 comments
Open

Check and possibly rethink blanket excepts #175

aaaaalbert opened this issue Oct 12, 2016 · 0 comments

Comments

@aaaaalbert
Copy link
Contributor

(It is known)[https://docs.python.org/2/howto/doanddont.html#except] that non-specific except: clauses cause opaque problems. We should carefully check the clearinghouse code base's use of this construct, see

$ grep -rl except: *
backend/backend_daemon.py
common/api/keygen.py
common/api/maindb.py
deploymentscripts/deploy_clearinghouse.py
lockserver/lockserver_daemon.py
node_state_transitions/node_transition_lib.py
node_state_transitions/transition_canonical_to_onepercentmanyevents.py
polling/check_active_db_nodes.py
website/html/views.py
website/xmlrpc/views.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant