We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> from pyArango.validation import String >>> from pyArango.theExceptions import ValidationError >>> >>> try: ... String().validate(object) ... except ValidationError: ... pass ... except Exception as e: ... print(e) ... name 'unicode' is not defined
This issue is sub-problem of #215.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is sub-problem of #215.
The text was updated successfully, but these errors were encountered: