Skip to content

Commit 0086ca6

Browse files
committed
Use x to indicate no result.
1 parent b958ca4 commit 0086ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/collate-results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
resultChar = '✔' if results_dict[serverKey][clientKey] == '0' else '✘'
7676
print(f'| {resultChar: <7}', end='')
7777
else:
78-
print(f'| {" ":<7}', end='')
78+
print(f'| {"":<7}', end='')
7979
print('|')

0 commit comments

Comments
 (0)