Minor bug fix, thanks Alex

This commit is contained in:
Bernardo Damele
2010-11-08 12:45:23 +00:00
parent 78d7b17483
commit 0c8918bf07
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class Enumeration(GenericEnumeration):
def __init__(self):
GenericEnumeration.__init__(self, DBMS.MSSQL)
def getPrivileges(self):
def getPrivileges(self, *args):
warnMsg = "on Microsoft SQL Server it is not possible to fetch "
warnMsg += "database users privileges"
logger.warn(warnMsg)