fix exception when svn root not found

* lib/viewcvs.py: fix misspelled variable


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@701 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2003-08-21 01:45:50 +00:00
parent bdc40661f6
commit 8e19ed6b2c
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ class Request:
'%s not found!\nThe wrong path for this repository was '
'configured, or the server on which the Subversion tree lives may'
'be down. Please try again in a few minutes.'
% self.server.escape(rootname))
% self.server.escape(self.rootname))
except vclib.InvalidRevision, ex:
raise debug.ViewCVSException(str(ex))
else: