This commit is contained in:
2025-12-02 14:53:16 +03:00
parent becbe65993
commit 8c554c8edd
3 changed files with 3 additions and 199 deletions

View File

@@ -115,10 +115,7 @@ class decort_group(DecortController):
driver=driver,
)
if (
self.amodule.params['state'] in ('started','present')
and self.amodule.params['timeoutStart'] is None
):
if self.amodule.params['state'] in ('started','present'):
self.group_state(self.bservice_id,self.group_id,self.amodule.params['state'])
self.group_should_exist = True