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

Skip to content

Commit 7edd7ee

Browse files
committed
Trivial code change
1 parent 73917fc commit 7edd7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def _setDBMS():
814814

815815
if conf.dbms not in SUPPORTED_DBMS:
816816
errMsg = "you provided an unsupported back-end database management "
817-
errMsg += "system. The supported DBMS are %s. " % ', '.join([d for d in DBMS_DICT])
817+
errMsg += "system. The supported DBMS are %s. " % ', '.join([_ for _ in DBMS_DICT])
818818
errMsg += "If you do not know the back-end DBMS, do not provide "
819819
errMsg += "it and sqlmap will fingerprint it for you."
820820
raise SqlmapUnsupportedDBMSException(errMsg)

0 commit comments

Comments
 (0)