Skip to content

Commit 61d22a1

Browse files
committed
[matrix_benchmarking] library: visualize: fix an incorrectly named variable
1 parent 7832e5c commit 61d22a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/matrix_benchmarking/library/visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def generate_visualization(results_dirname, idx, generate_lts=None, upload_lts=N
458458
#
459459

460460
if non_fatal_errors:
461-
msg = f"An error happened during the visualization post-processing ... ({', '.join(errors)})"
461+
msg = f"An error happened during the visualization post-processing ... ({', '.join(non_fatal_errors)})"
462462
logging.error(msg)
463463
with open(env.ARTIFACT_DIR / "FAILURE", "w") as f:
464464
print(msg, file=f)

0 commit comments

Comments
 (0)