forked from shaba/openuds
small fix on service unmarshall
This commit is contained in:
parent
092bb83001
commit
230187d9ee
@ -258,8 +258,8 @@ class Service(Module):
|
|||||||
|
|
||||||
if self.maxDeployed < 1:
|
if self.maxDeployed < 1:
|
||||||
self.maxDeployed = Service.UNLIMITED
|
self.maxDeployed = Service.UNLIMITED
|
||||||
else:
|
|
||||||
self.maxDeployed = Service.UNLIMITED
|
# Keep untouched if maxServices is not present
|
||||||
|
|
||||||
def requestServicesForAssignation(
|
def requestServicesForAssignation(
|
||||||
self, **kwargs
|
self, **kwargs
|
||||||
|
Loading…
Reference in New Issue
Block a user