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

Skip to content

Commit 96341f8

Browse files
committed
minor fix
1 parent 73e8a10 commit 96341f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/abstraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def shell(self):
107107
errMsg = "feature not yet implemented for the back-end DBMS"
108108
raise sqlmapUnsupportedFeatureException, errMsg
109109

110-
infoMsg = "calling %s OS shell. To quit type " % kb.os or "Windows"
110+
infoMsg = "calling %s OS shell. To quit type " % (kb.os or "Windows")
111111
infoMsg += "'x' or 'q' and press ENTER"
112112
logger.info(infoMsg)
113113

0 commit comments

Comments
 (0)