Skip to content

all except BaseException should be except Exception #2444

Open
@hellysmile

Description

@hellysmile

Long story short

#2383 fixed flake8 blind exception, but later for example #2441 used except BaseException

It should be fixed separately in 2.3 and master branches

Expected behaviour

everywhere should be except Exception

Actual behaviour

Some parts of code uses except Exception, some except BaseException

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