Skip to content

Commit 845c136

Browse files
committed
ok
1 parent e02fc16 commit 845c136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ def startControllerApp(self, current, ident):
28462846
except subprocess.TimeoutExpired:
28472847
n += 1
28482848

2849-
print(f"ok with {n + 1} attempts")
2849+
print(f"ok ({n} retries)")
28502850
logStreamProcess.terminate()
28512851

28522852
if n == 5:

0 commit comments

Comments
 (0)