From 84eb694361a4f3a6371dc4031dade1c4e0ed989a Mon Sep 17 00:00:00 2001 From: aNiceGuy Date: Sat, 7 Jul 2012 20:53:51 +0100 Subject: [PATCH] fixed exception message (Subversion to github) --- lib/core/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/common.py b/lib/core/common.py index 7d10017df..110982902 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -2479,8 +2479,8 @@ def unhandledExceptionMessage(): """ errMsg = "unhandled exception in %s, retry your " % VERSION_STRING - errMsg += "run with the latest development version from the Subversion " - errMsg += "repository. If the exception persists, please send by e-mail " + errMsg += "run with the latest development version from github." + errMsg += "If the exception persists, please send by e-mail " errMsg += "to '%s' or open a new issue at '%s' with the following text " % (ML, ISSUES_PAGE) errMsg += "and any information required to reproduce the bug. The " errMsg += "developers will try to reproduce the bug, fix it accordingly "