Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bksahu committed Aug 4, 2019
1 parent 5c14348 commit ee98e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuitka/optimizations/OptimizeBuiltinCalls.py
Expand Up @@ -1086,7 +1086,7 @@ def wrapZipBuiltin(call_args, source_ref):
constant=str(i + 1), source_ref=source_ref
),
source_ref=source_ref,
).asStatement(),
),
source_ref=source_ref,
)
for i, _ in enumerate(zip_arg_variables)
Expand Down

0 comments on commit ee98e53

Please sign in to comment.