Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe49abd

Browse files
committed
minor fix
1 parent 06be7bb commit fe49abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/brute/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def tableExists(tableFile, regex=None):
5858
errMsg += "to distinguish errornous results)"
5959
raise sqlmapDataException, errMsg
6060

61-
tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS), unique=True)
61+
tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS,), unique=True)
6262

6363
infoMsg = "checking table existence using items from '%s'" % tableFile
6464
logger.info(infoMsg)

0 commit comments

Comments
 (0)