fixed maxDeployed beinf overwriten

This commit is contained in:
Adolfo Gómez García 2022-08-31 13:52:45 +02:00
parent c06c3df327
commit 8473b80978

View File

@ -267,8 +267,6 @@ class Service(Module):
if self.maxDeployed < 1:
self.maxDeployed = Service.UNLIMITED
else:
self.maxDeployed = Service.UNLIMITED
def requestServicesForAssignation(
self, **kwargs