Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

SIMPLE_IDENTIFIER is not assigned in exception #75

@EgorBu

Description

@EgorBu

Hi
Ex:

def a():
    env = None
    try:
        something()
    except Exception as e:
        print("Something wrong")
        raise e from None

and e is not SIMPLE_IDENTIFIER.
Vis:
selection_007

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions