Skip to content

Commit

Permalink
Maybe race cond
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed May 9, 2024
1 parent f4dc119 commit 560510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrakis/imager.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def main(
clean = cleanup.submit(
purge=purge,
image_sets=[sm_image_set],
wait_for=cube_images,
wait_for=[cube_images],
)
clean_sm_image_sets.append(clean)

Expand Down

0 comments on commit 560510f

Please sign in to comment.