Skip to content

Commit 62d7a21

Browse files
committed
add log for list resources
1 parent f0df47b commit 62d7a21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fabric_cf/orchestrator/core/orchestrator_handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ def discover_broker_query_model(self, *, controller: ABCMgmtControllerMixin, tok
173173
broker_query_model = model.get_model()
174174

175175
# Do not update cache for advance requests
176-
if not start and not end and not includes and not excludes and \
177-
(level <= 1 or graph_format == GraphFormat.JSON_NODELINK):
176+
if not start and not end and not includes and not excludes:
178177
self.controller_state.save_bqm(bqm=broker_query_model, graph_format=graph_format, level=level)
179178

180179
return broker_query_model

0 commit comments

Comments
 (0)