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 73e8a10 commit 96341f8Copy full SHA for 96341f8
1 file changed
lib/takeover/abstraction.py
@@ -107,7 +107,7 @@ def shell(self):
107
errMsg = "feature not yet implemented for the back-end DBMS"
108
raise sqlmapUnsupportedFeatureException, errMsg
109
110
- infoMsg = "calling %s OS shell. To quit type " % kb.os or "Windows"
+ infoMsg = "calling %s OS shell. To quit type " % (kb.os or "Windows")
111
infoMsg += "'x' or 'q' and press ENTER"
112
logger.info(infoMsg)
113
0 commit comments