Minor fix

This commit is contained in:
Bernardo Damele 2010-10-20 22:24:06 +00:00
parent e5485a9958
commit 526694c80c

View File

@ -41,7 +41,7 @@ class Enumeration(GenericEnumeration):
return {}
def getPrivileges(self):
def getPrivileges(self, _):
warnMsg = "on SQLite it is not possible to enumerate the user privileges"
logger.warn(warnMsg)