Message216812
Another example of code hitting this AssertionError. Here the problem was a space in the option argument, '--out '.
http://stackoverflow.com/questions/23159845/python-argparse-assertionerror
'parser.add_argument('-o', '--out ', help='b', required = True)'
That space would have cause problems later when trying access the 'args' attributes. But producing the error during the help formatting didn't help. |
|
| Date |
User |
Action |
Args |
| 2014-04-18 22:09:03 | paul.j3 | set | recipients:
+ paul.j3, bethard, eric.araujo, ysj.ray, xuanji, tshepang, htnieman, manveru, vajrasky |
| 2014-04-18 22:09:02 | paul.j3 | set | messageid: <[email protected]> |
| 2014-04-18 22:09:02 | paul.j3 | link | issue11874 messages |
| 2014-04-18 22:09:02 | paul.j3 | create | |
|