Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d539a8

Browse files
committed
Minor fix (subversion->github)
1 parent a525dd4 commit 0d539a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ def unhandledExceptionMessage():
24792479
"""
24802480

24812481
errMsg = "unhandled exception in %s, retry your " % VERSION_STRING
2482-
errMsg += "run with the latest development version from the Subversion "
2482+
errMsg += "run with the latest development version from the GitHub "
24832483
errMsg += "repository. If the exception persists, please send by e-mail "
24842484
errMsg += "to '%s' or open a new issue at '%s' with the following text " % (ML, ISSUES_PAGE)
24852485
errMsg += "and any information required to reproduce the bug. The "

0 commit comments

Comments
 (0)