G-Node / G-Node/gin-proc

Specific exception catching

Open
#54 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
7
PR merge metrics
No merged PRs in 30d

Description

A lot of functions are wrapped in `try .. except` blocks with a catch-all `Exception` handler. In some cases, the block is doing things that aren't likely to cause exceptions (like appending items to a list). We should have more specific exception handlers and only have them where necessary.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.