Skip to content

Commit 431095d

Browse files
committed
fix lint
Signed-off-by: Jack Luar <[email protected]>
1 parent 46d4265 commit 431095d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/test/resume_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_tune_resume(self):
7676
successful = proc.returncode == 0
7777

7878
if no_nodes and successful:
79-
break
79+
break
8080
time.sleep(10)
8181

8282
# Run the second config to completion

0 commit comments

Comments
 (0)