Skip to content

Commit dac8434

Browse files
committed
Add comment
1 parent 71a0511 commit dac8434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestHarness/Node.py

+1
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ def launchCmd(self, cmd: List[str], data_dir: Path, launch_time: str):
527527
err = dd / Path(f'stderr.{launch_time}.txt')
528528
pidf = dd / Path(f'{Utils.EosServerName}.pid')
529529

530+
# make sure unique file name to avoid overwrite of existing log file
530531
i = 0
531532
while err.is_file():
532533
i = i + 1

0 commit comments

Comments
 (0)