Skip to content

except ValidationError, e: doest'n work in python3 #37

@FrViPofm

Description

@FrViPofm

Hi,
except ValidationError, e: raise an error in python3 and i must change manually all occurrence of such code to :
except ValidationError as e:

Maybe it could be changed at the source.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions