mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-26 21:20:30 +00:00
Properly reflect results as collections/directories
This commit is contained in:
@@ -247,7 +247,7 @@ def list_info(parms, requestedparameter):
|
||||
continue
|
||||
if parms['by-' + mk] == info[mk] and requestedparameter in info:
|
||||
results.add(info[requestedparameter])
|
||||
return [msg.ChildCollection(x) for x in util.natural_sort(results)]
|
||||
return [msg.ChildCollection(x + '/') for x in util.natural_sort(results)]
|
||||
|
||||
def _handle_neighbor_query(pathcomponents, configmanager, list_switches):
|
||||
choices, parms, listrequested, childcoll = _parameterize_path(
|
||||
|
Reference in New Issue
Block a user