Skip to content

Commit

Permalink
Use x to indicate no result.
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsorcery committed Dec 21, 2024
1 parent b958ca4 commit 0086ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/collate-results.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
resultChar = '✔' if results_dict[serverKey][clientKey] == '0' else '✘'
print(f'| {resultChar: <7}', end='')
else:
print(f'| {" ":<7}', end='')
print(f'| {"":<7}', end='')
print('|')

0 comments on commit 0086ca6

Please sign in to comment.