Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73917fc commit 7edd7eeCopy full SHA for 7edd7ee
1 file changed
lib/core/option.py
@@ -814,7 +814,7 @@ def _setDBMS():
814
815
if conf.dbms not in SUPPORTED_DBMS:
816
errMsg = "you provided an unsupported back-end database management "
817
- errMsg += "system. The supported DBMS are %s. " % ', '.join([d for d in DBMS_DICT])
+ errMsg += "system. The supported DBMS are %s. " % ', '.join([_ for _ in DBMS_DICT])
818
errMsg += "If you do not know the back-end DBMS, do not provide "
819
errMsg += "it and sqlmap will fingerprint it for you."
820
raise SqlmapUnsupportedDBMSException(errMsg)
0 commit comments