This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Trenton Bricken
Recipients Trenton Bricken
Date 2019-12-30.16:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577723293.67.0.230996631828.issue39167@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-12-30 16:28:13Trenton Brickensetrecipients: + Trenton Bricken
2019-12-30 16:28:13Trenton Brickensetmessageid: <1577723293.67.0.230996631828.issue39167@roundup.psfhosted.org>
2019-12-30 16:28:13Trenton Brickenlinkissue39167 messages
2019-12-30 16:28:13Trenton Brickencreate