Mercurial > hg > documentViewer
changeset 222:fc4c23cf0974
*** empty log message ***
author | abukhman |
---|---|
date | Fri, 08 Oct 2010 15:27:52 +0200 |
parents | f10ed44d5f05 |
children | dd22374acd9a |
files | documentViewer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/documentViewer.py Fri Oct 08 15:25:52 2010 +0200 +++ b/documentViewer.py Fri Oct 08 15:27:52 2010 +0200 @@ -401,7 +401,7 @@ regpath = regexp.match(url) if (regpath==None): return "" - logging.debug("(getDomFromIndexMeta): URL: %s"%regpath.group(2)) + logging.debug("(getDomFromIndexMeta): URLXAXA: %s"%regpath.group(4)) return ("/mpiwg/online/"+regpath.group(1)+"/"+regpath.group(2)) def getIndexMetaUrl(self,url):