mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
perhaps this is better english
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user