Message262105
Same AssertionError is also caused by having certain "choices".
Python 2.7.10
global_options.add_argument('--field-sep', choices=[',',';','|','\t'], required=True, help='Field separator that separates columns in a row.')
Removing required=True or removing the tab (\t) from the options both work around this usage formatter issue for me.
I know this is an old issue but figured I would add another repro case to help whoever might work on this. |
|
Date |
User |
Action |
Args |
2016-03-21 08:33:20 | mattpr | set | recipients:
+ mattpr, bethard, eric.araujo, ysj.ray, xuanji, htnieman, manveru, paul.j3, vajrasky, wolma, mZarjk, spaceone |
2016-03-21 08:33:19 | mattpr | set | messageid: <1458549199.89.0.825783841759.issue11874@psf.upfronthosting.co.za> |
2016-03-21 08:33:19 | mattpr | link | issue11874 messages |
2016-03-21 08:33:19 | mattpr | create | |
|