You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing around some things with the argparse module in bpython when suddenly bpython quit on me with error code 1. I tried to break the problem down and the code below seems to be the minimal reproducer:
I was testing around some things with the
argparsemodule inbpythonwhen suddenlybpythonquit on me with error code 1. I tried to break the problem down and the code below seems to be the minimal reproducer:The second
parser.parse_args()is not entered by me, but appears automatically on executing the firstparser.parse_args()line.