From: Zack Cerza Date: Wed, 20 Oct 2021 20:34:39 +0000 (-0600) Subject: supervisor: Add missing continue statement X-Git-Tag: 1.2.0~227^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94e5a60cd2526aeb2b21778a20d93a032577d604;p=teuthology.git supervisor: Add missing continue statement I missed this in #1688 😭 Signed-off-by: Zack Cerza --- diff --git a/teuthology/dispatcher/supervisor.py b/teuthology/dispatcher/supervisor.py index 336578230..ad31098bc 100644 --- a/teuthology/dispatcher/supervisor.py +++ b/teuthology/dispatcher/supervisor.py @@ -188,6 +188,7 @@ def unlock_targets(job_config): "Was going to unlock %s but it was locked by another job: %s", name, description ) + continue locked.append(name) if not locked: return