Fix some silliness in link generating code

* lib/viewcvs.py
  (Request.get_link):
    where implies where != ''


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@937 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2004-10-08 21:02:26 +00:00
parent f8bf3f132f
commit 1f561d48eb
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class Request:
del params['root']
# add path
if where and where != '':
if where:
url = url + '/' + where
# add suffix for tarball