From 21c6f62d231d927b428aa28e643b0921f7d75197 Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Mon, 21 Feb 2022 21:52:16 +0000 Subject: [PATCH] CA-364152: Do not calculate completed percentage if there are no actions to run. Signed-off-by: Konstantina Chremmou --- XenModel/Actions/ParallelAction.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XenModel/Actions/ParallelAction.cs b/XenModel/Actions/ParallelAction.cs index f38c596592..e4230a03a9 100644 --- a/XenModel/Actions/ParallelAction.cs +++ b/XenModel/Actions/ParallelAction.cs @@ -175,6 +175,9 @@ void EnqueueAction(AsyncAction action, ProduceConsumerQueue queue, List