Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 91838f1

Browse files
committed
Fix some pylint
1 parent aefe8ef commit 91838f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/clitest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ def _launch_command(self):
12561256
break
12571257

12581258
exited = False
1259-
for i in range(30):
1259+
for ignore in range(30):
12601260
if proc.poll() is not None:
12611261
exited = True
12621262
break

0 commit comments

Comments
 (0)