Skip to content

Commit 602a5b6

Browse files
committed
ext
1 parent cb53985 commit 602a5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify_python_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def verify_and_test_python_linux(file_name, extensions, nightly_build, run_id, a
103103
with open(file_name, "w") as f:
104104
f.write("nightly_build,architecture,runs_on,version,extension,statement,result\n")
105105
with open(file_name, "a") as f:
106-
f.write(f"{ nightly_build },{ architecture },{ runs_on },,{ ext },{ action },{ actual_result }\n")
106+
f.write(f"{ nightly_build },{ architecture },{ runs_on },,{ extension },{ action },{ actual_result }\n")
107107
else:
108108
if not sha_mismatch_written:
109109
sha_mismatch_written = True

0 commit comments

Comments
 (0)