Skip to content

[FAILED] from custom resource. Message returned: cannot access local variable 'exc' where it is not associated with a value #379

@fernando-villalba

Description

@fernando-villalba

There is a small bug here

This code:

                  except:
                      print('Exception on deletion:', str(exc))

Should be:

                  except Exception as exc:
                      print('Exception on deletion:', str(exc))

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