small fix on service unmarshall

This commit is contained in:
Adolfo Gómez García 2022-08-31 13:52:11 +02:00
parent 092bb83001
commit 230187d9ee

View File

@ -258,8 +258,8 @@ class Service(Module):
if self.maxDeployed < 1:
self.maxDeployed = Service.UNLIMITED
else:
self.maxDeployed = Service.UNLIMITED
# Keep untouched if maxServices is not present
def requestServicesForAssignation(
self, **kwargs