Skip to content

Commit 7d56fa9

Browse files
Update for_helpers.py
1 parent 0bc1d26 commit 7d56fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ def begin_body(self) -> None:
12321232
# from mypyc.irbuild.expression import transform_call_expr
12331233

12341234
# result = transform_call_expr(builder, fake_call_expr)
1235-
resulr = builder.accept(fake_call_expr)
1235+
result = builder.accept(fake_call_expr)
12361236

12371237
# Now, filter: only enter the body if func(item) is truthy
12381238
cont_block, rest_block = BasicBlock(), BasicBlock()

0 commit comments

Comments
 (0)