Commit 7c51ee61 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! SQLCatalog: Assorted cleanups and simplifications.

parent 189db11c
......@@ -2526,7 +2526,7 @@ class Catalog(Folder,
"""
method_id_set = set()
if withCMF:
self.update(
method_id_set.update(
self.getSqlCatalogObjectList() +
self.getSqlUncatalogObjectList() +
self.getSqlUpdateObjectList() +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment