Skip to content

Commit 8064421

Browse files
committed
fix linting
1 parent ed608a1 commit 8064421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hcloud/actions/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def wait_for_function(
203203

204204
retries = 0
205205
wait = waiter(timeout)
206-
while len(running):
206+
while len(running) > 0:
207207
# pylint: disable=protected-access
208208
if wait(self._client._poll_interval_func(retries)):
209209
raise ActionGroupException(

0 commit comments

Comments
 (0)