Skip to content

(PYL-W0706) Except handler raises immediately #52

Description

@carochacs

Description

Using raise as the first or only operator of an except handler is useless because it raises back the exception immediately. Remove the raise operator or the entire try-except-raise block.

Occurrences

There are 2 occurrences of this issue in the repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions