[Zope-Checkins] CVS: Zope/lib/python/Products/ZCatalog - CatalogPathAwareness.py:1.10.6.1

Andreas Jung andreas@andreas-jung.com
Sat, 11 Jan 2003 07:19:52 -0500


Update of /cvs-repository/Zope/lib/python/Products/ZCatalog
In directory cvs.zope.org:/tmp/cvs-serv20965

Modified Files:
      Tag: Zope-2_6-branch
	CatalogPathAwareness.py 
Log Message:
Fixed broken join() 


=== Zope/lib/python/Products/ZCatalog/CatalogPathAwareness.py 1.10 => 1.10.6.1 ===
--- Zope/lib/python/Products/ZCatalog/CatalogPathAwareness.py:1.10	Wed Aug 14 18:25:15 2002
+++ Zope/lib/python/Products/ZCatalog/CatalogPathAwareness.py	Sat Jan 11 07:19:49 2003
@@ -71,7 +71,7 @@
         for user, roles in self.get_local_roles():
             if 'Owner' in roles:
                 users.append(user)
-        return ', '.join(users, ', ')
+        return ', '.join(users)
 
     def onDeleteObject(self):
         """Object delete handler. I think this is obsoleted by