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 xtreak
Recipients Trenton Bricken, paul.j3, rhettinger, xtreak
Date 2019-12-30.16:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577724343.11.0.340347351429.issue39167@roundup.psfhosted.org>
In-reply-to
Content
It seems like this is a common problem : https://stackoverflow.com/questions/15008758/parsing-boolean-values-with-argparse . I guess you want to store verbose=True when --verbose is passed and verbose=False when --verbose is not passed where store_true might help.
History
Date User Action Args
2019-12-30 16:45:43xtreaksetrecipients: + xtreak, rhettinger, paul.j3, Trenton Bricken
2019-12-30 16:45:43xtreaksetmessageid: <1577724343.11.0.340347351429.issue39167@roundup.psfhosted.org>
2019-12-30 16:45:42xtreaklinkissue39167 messages
2019-12-30 16:45:42xtreakcreate