We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b958ca4 commit 0086ca6Copy full SHA for 0086ca6
test/collate-results.py
@@ -75,5 +75,5 @@
75
resultChar = '✔' if results_dict[serverKey][clientKey] == '0' else '✘'
76
print(f'| {resultChar: <7}', end='')
77
else:
78
- print(f'| {" ":<7}', end='')
+ print(f'| {"✘":<7}', end='')
79
print('|')
0 commit comments