Skip to content

Commit cf81346

Browse files
committed
Fix type
1 parent 6a1bc38 commit cf81346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def callback(group):
129129

130130
try:
131131
options = parser.parse_args(args)
132-
except OptionParserFailed:
132+
except ArgumentParserFailed:
133133
# Just let Python handle this
134134
os.execv(sys.executable, [sys.executable] + args)
135135

0 commit comments

Comments
 (0)