Skip to content

Commit 45834f3

Browse files
committed
Hotfix for scripts/create_perf_table.py (#673)
1 parent f5c272a commit 45834f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/create_perf_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
cpu_num = os.environ.get("PROC_COUNT")
5353
if cpu_num is None:
5454
raise EnvironmentError("Required environment variable 'PROC_COUNT' is not set.")
55+
cpu_num = int(cpu_num)
5556
worksheet.write(0, 0, "cpu_num = " + str(cpu_num), right_bold_border)
5657

5758
it = 1

0 commit comments

Comments
 (0)