Skip to content

Scrub all naked Exception catches #3

Description

@cflewis

Naked Exception catches, like

try:
    foo()
except Exception as e:
    print(str(e))

Should be removed. These hide syntax errors and all sorts of failures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions