Fix a comment
Signed-off-by: nickthetait <nicholas.tait@ieee.org>
This commit is contained in:
parent
c6480a884c
commit
8e12d79029
|
@ -2042,7 +2042,7 @@ def show_final_results():
|
||||||
possible_levels = (0, 1, 2, 3, 4, 5)
|
possible_levels = (0, 1, 2, 3, 4, 5)
|
||||||
for i in possible_levels: # Initialize count_per_level
|
for i in possible_levels: # Initialize count_per_level
|
||||||
count_per_level[i] = 0
|
count_per_level[i] = 0
|
||||||
for i in possible_levels: # Initialize count_per_level
|
for i in possible_levels: # Initialize count_per_level_and_up
|
||||||
count_per_level_and_up[i] = 0
|
count_per_level_and_up[i] = 0
|
||||||
if show_immediately or not quiet: # Separate the final results.
|
if show_immediately or not quiet: # Separate the final results.
|
||||||
print()
|
print()
|
||||||
|
|
Loading…
Reference in New Issue