aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RepSys/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/svn.py b/RepSys/svn.py
index 7459033..985329d 100644
--- a/RepSys/svn.py
+++ b/RepSys/svn.py
@@ -34,7 +34,7 @@ class SVN:
"Seems ssh-agent or ForwardAgent are not setup, see "
"http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration"
" for more information." % e)
- elif "authorization failed":
+ elif "authorization failed" in e.message:
raise Error, ("%s\n"
"Note that repsys does not support any HTTP "
"authenticated access." % e)