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 Bryan
Recipients Bryan
Date 2020-06-23.08:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592901741.64.0.424311777369.issue41087@roundup.psfhosted.org>
In-reply-to
Content
parser.add_argument('-e', '--Edge', type = int, default = 0.005, metavar = 'Edge')

Runs fine. Script uses default of 0.005 even when int specified.

But if user tries to change, not an int....
History
Date User Action Args
2020-06-23 08:42:21Bryansetrecipients: + Bryan
2020-06-23 08:42:21Bryansetmessageid: <1592901741.64.0.424311777369.issue41087@roundup.psfhosted.org>
2020-06-23 08:42:21Bryanlinkissue41087 messages
2020-06-23 08:42:21Bryancreate