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:
| Component |
Version |
| python |
X.X.X |
| pytg |
X.X.X |
| OS |
Mac OS 10.9.5 |
Steps to reproduce
Detailed steps to reproduce the issue.
insert any relevant code between the above and below backticks
Expected behaviour
Tell us what should happen.
Actual behaviour
Tell us what happens instead.
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.XX.X.XMac OS 10.9.5Steps to reproduce
Detailed steps to reproduce the issue.
Expected behaviour
Tell us what should happen.
Actual behaviour
Tell us what happens instead.