Compare commits

..

No commits in common. "90e515c46f30dc53b38ee3a5c7bae42e3f7fabcd" and "60a3ef16049fcd49634ffc980bd4a10c636cd8eb" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -236,7 +236,6 @@ def get_list(
):
node_list = []
full_node_list = zkhandler.children("base.node")
full_node_list.sort()
if is_fuzzy and limit:
# Implicitly assume fuzzy limits

View File

@ -1193,7 +1193,6 @@ def get_list(zkhandler, node, state, tag, limit, is_fuzzy=True, negate=False):
return False, 'VM state "{}" is not valid.'.format(state)
full_vm_list = zkhandler.children("base.domain")
full_vm_list.sort()
# Set our limit to a sensible regex
if limit: