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 a525dd4 commit 0d539a8Copy full SHA for 0d539a8
1 file changed
lib/core/common.py
@@ -2479,7 +2479,7 @@ def unhandledExceptionMessage():
2479
"""
2480
2481
errMsg = "unhandled exception in %s, retry your " % VERSION_STRING
2482
- errMsg += "run with the latest development version from the Subversion "
+ errMsg += "run with the latest development version from the GitHub "
2483
errMsg += "repository. If the exception persists, please send by e-mail "
2484
errMsg += "to '%s' or open a new issue at '%s' with the following text " % (ML, ISSUES_PAGE)
2485
errMsg += "and any information required to reproduce the bug. The "
0 commit comments