minor fix

This commit is contained in:
Miroslav Stampar 2012-06-15 20:49:28 +00:00
parent 06be7bbb18
commit fe49abd45f

View File

@ -58,7 +58,7 @@ def tableExists(tableFile, regex=None):
errMsg += "to distinguish errornous results)" errMsg += "to distinguish errornous results)"
raise sqlmapDataException, errMsg raise sqlmapDataException, errMsg
tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS), unique=True) tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS,), unique=True)
infoMsg = "checking table existence using items from '%s'" % tableFile infoMsg = "checking table existence using items from '%s'" % tableFile
logger.info(infoMsg) logger.info(infoMsg)