mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
* Fixed error with user service
This commit is contained in:
parent
af33a442b4
commit
e9c810a80f
@ -177,7 +177,7 @@ class UserServiceManager(object):
|
||||
|
||||
|
||||
@transaction.commit_on_success
|
||||
def __checkMaxdeployedReached(self, deployedService):
|
||||
def __checkMaxDeployedReached(self, deployedService):
|
||||
'''
|
||||
Checks if maxDeployed for the service has been reached, and, if so,
|
||||
raises an exception that no more services of this kind can be reached
|
||||
|
Loading…
Reference in New Issue
Block a user