Trenton Bricken <[email protected]> added the comment:
Update:
I was being dumb before, the problem still remains but my work around
previously was wrong. This is the new workaround:
def buildBool(arg):
if arg == 'False':
return False
else:
return True
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com