Skip to content

Commit

Permalink
lock.ops.unlock_safe: Remove stray comment
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Jun 17, 2024
1 parent a02d01c commit 5072e74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teuthology/lock/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def lock_one(name, user=None, description=None):


def unlock_safe(names: List[str], owner: str, run_name: str = "", job_id: str = ""):
# names = [misc.canonicalize_hostname(name, user=None) for name in names]
with teuthology.parallel.parallel() as p:
for name in names:
p.spawn(unlock_one_safe, name, owner, run_name, job_id)
Expand Down

0 comments on commit 5072e74

Please sign in to comment.