mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-29 17:33:11 +03:00
perhaps this is better english
This commit is contained in:
parent
8278d821ac
commit
21e7223779
|
@ -29,7 +29,7 @@ def loadHistory():
|
||||||
try:
|
try:
|
||||||
readline.read_history_file(historyPath)
|
readline.read_history_file(historyPath)
|
||||||
except IOError, msg:
|
except IOError, msg:
|
||||||
warnMsg = "there was a problem with loading of history file '%s' (%s)" % (historyPath, msg)
|
warnMsg = "there was a problem loading the history file '%s' (%s)" % (historyPath, msg)
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
def queriesForAutoCompletion():
|
def queriesForAutoCompletion():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user