Skip to content

Commit

Permalink
fix: set var ZMSZCatalogConnector.reindex_page.result
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Jan 25, 2024
1 parent c9ac77c commit 6405fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Products/zms/ZMSZCatalogConnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def suggest_xml(self, REQUEST, RESPONSE):
def reindex_page(self, uid, page_size, clients=False, fileparsing=True, REQUEST=None, RESPONSE=None):
""" reindex_page """
adapter = self.getCatalogAdapter()
result = []
objects = []
nodes, next_node = self.get_next_page(uid, page_size, clients)
log = []
Expand Down

0 comments on commit 6405fee

Please sign in to comment.