Skip to content

Commit

Permalink
Fixed bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Dec 11, 2024
1 parent 45ca4e3 commit 4c67b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pilot/info/jobdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,6 @@ def collect_zombies(self, depth: int = None):
# Remove collected zombies from the list
for zombie in zombies_to_remove:
self.zombies.remove(zombie)

if current_depth == 0:
break

Expand Down

0 comments on commit 4c67b9e

Please sign in to comment.