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

Skip to content

Commit 7d37a65

Browse files
committed
minor fix
1 parent 91ebadf commit 7d37a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ def getColumns(self, onlyColNames=False, colTuple=None, bruteForce=None):
10301030

10311031
tblList = list(tblList)
10321032
else:
1033-
errMsg = "unable to retrieve the tables"
1033+
errMsg = "unable to retrieve the tables "
10341034
errMsg += "on database '%s'" % conf.db
10351035
raise sqlmapNoneDataException, errMsg
10361036

0 commit comments

Comments
 (0)