Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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