mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
removed another iter
This commit is contained in:
parent
7e3b4e3481
commit
5970ee0e18
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ FAIL = '\033[91m'
|
|||
ENDC = '\033[0m'
|
||||
BOLD = '\033[1m'
|
||||
|
||||
for test in iter(tests):
|
||||
for test in tests:
|
||||
print(test + '.'*(50 - len(test)), end='')
|
||||
if tests[test].success:
|
||||
print(BOLD + OK + '[OK]' + ENDC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue