From 4b37c4fea3f298625c64dd3c8a856388998149bb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 25 Aug 2024 14:10:59 -0400 Subject: [PATCH] Fix assignment bug --- daemon-common/vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon-common/vm.py b/daemon-common/vm.py index 7784b949..852abc84 100644 --- a/daemon-common/vm.py +++ b/daemon-common/vm.py @@ -2235,7 +2235,7 @@ def vm_worker_remove_snapshot( override_total_stages=1, ): # 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 start( celery,