Skip to content

Commit 5cd545d

Browse files
Update ll_builder.py
1 parent f3927d4 commit 5cd545d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ def native_args_to_positional(
11481148
assert star_arg
11491149
output_arg = star_arg
11501150
elif arg.kind == ARG_STAR2:
1151-
assert star2_arg
1151+
assert star2_arg, (star_arg_entries, sig_args)
11521152
output_arg = star2_arg
11531153
elif not lst:
11541154
if is_fixed_width_rtype(arg.type):

0 commit comments

Comments
 (0)