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
Describe your issue here. change : if not (value and len(value) > 1): -> if not (value and len(value) >0)
Fill out your used versions:
X.X.X
Mac OS 10.9.5
Detailed steps to reproduce the issue.
insert any relevant code between the above and below backticks
Tell us what should happen.
Tell us what happens instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
Describe your issue here.
change :
if not (value and len(value) > 1): -> if not (value and len(value) >0)
Your environment
Fill out your used versions:
X.X.X
X.X.X
Mac OS 10.9.5
Steps to reproduce
Detailed steps to reproduce the issue.
Expected behaviour
Tell us what should happen.
Actual behaviour
Tell us what happens instead.
The text was updated successfully, but these errors were encountered: