Skip to content

Handle unspecified Exception #107

@Tjalling-dejong

Description

@Tjalling-dejong

In many places in the code there Try - Except clauses that use an unspecified Exception. This excepts any error and can cause unexpected results. Bugs can go unnoticed.

It is best practice to only handle errors that you specify in the code. If an unexpected error pops up to the code should fail instead of pass.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions