[Zope-Checkins] CVS: Zope/lib/python/Products/ZCatalog - CatalogPathAwareness.py:1.11
Andreas Jung
andreas@andreas-jung.com
Sat, 11 Jan 2003 07:20:38 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZCatalog
In directory cvs.zope.org:/tmp/cvs-serv21113
Modified Files:
CatalogPathAwareness.py
Log Message:
Fixed broken join()
=== Zope/lib/python/Products/ZCatalog/CatalogPathAwareness.py 1.10 => 1.11 ===
--- 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:20:36 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