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 8278d82 commit 21e7223Copy full SHA for 21e7223
1 file changed
lib/core/shell.py
@@ -29,7 +29,7 @@ def loadHistory():
29
try:
30
readline.read_history_file(historyPath)
31
except IOError, msg:
32
- 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)
33
logger.warn(warnMsg)
34
35
def queriesForAutoCompletion():
0 commit comments