Fix assignment bug

This commit is contained in:
Joshua Boniface 2024-08-25 14:10:59 -04:00
parent 0d918d66fe
commit 4b37c4fea3
1 changed files with 1 additions and 1 deletions

View File

@ -2235,7 +2235,7 @@ def vm_worker_remove_snapshot(
override_total_stages=1, override_total_stages=1,
): ):
# This allows these to be called inside another run while still updating celery # This allows these to be called inside another run while still updating celery
current_stage = override_total_stages current_stage = override_current_stage
total_stages = override_total_stages total_stages = override_total_stages
start( start(
celery, celery,