1
0
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:
Adolfo Gómez 2012-09-20 12:36:00 +00:00
parent af33a442b4
commit e9c810a80f

View File

@ -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