mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
perhaps this is better english
This commit is contained in:
parent
8278d821ac
commit
21e7223779
|
@ -29,7 +29,7 @@ def loadHistory():
|
|||
try:
|
||||
readline.read_history_file(historyPath)
|
||||
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)
|
||||
|
||||
def queriesForAutoCompletion():
|
||||
|
|
Loading…
Reference in New Issue
Block a user