[zopeorg-checkins] CVS: Products/ZopeOrg-NV - __init__.py:1.28

Chris McDonough chrism at zope.com
Wed Aug 6 11:10:07 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV
In directory cvs.zope.org:/tmp/cvs-serv22545

Modified Files:
	__init__.py 
Log Message:
Syntax error. :-(


=== Products/ZopeOrg-NV/__init__.py 1.27 => 1.28 ===
            url.endswith('portal_catalog/') or \
            url.endswith('portal_catalog/index_html')):
               log('TTW call of portal_catalog.  Referer: %s' %
-                  REQUEST.get('HTTP_REFERER', '<unknown>')
+                  REQUEST.get('HTTP_REFERER', '<unknown>'))
               raise ValueError, 'catalog not callable from the web'
 
     return apply(_searchResults, (self, REQUEST), kw)





More information about the zopeorg-checkins mailing list