[Zope-Checkins] CVS: Zope2 - UnIndex.py:1.1.2.5

andreas@serenade.digicool.com andreas@serenade.digicool.com
Fri, 18 May 2001 11:19:25 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/common
In directory serenade:/tmp/cvs-serv2247/common

Modified Files:
      Tag: ajung-dropin-registry
	UnIndex.py 
Log Message:
minor fix



--- Updated File UnIndex.py in package Zope2 --
--- UnIndex.py	2001/05/18 15:16:42	1.1.2.4
+++ UnIndex.py	2001/05/18 15:19:25	1.1.2.5
@@ -397,7 +397,7 @@
             # for combining search results 
             operator = request[id+"_operator"].lower()
             if not operator in self.operators :
-                raise exepctions.RuntimeError,"operator not valid: %s" % op
+                raise exepctions.RuntimeError,"operator not valid: %s" % operator
         else:
             operator = self.useOperator