From 6c592825a669583f4594eb5a9727a05dec114aed Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 18 Jul 2008 16:44:34 -0400 Subject: remove the code that packs this into a dict, Marco says it's not needed now --- scripts/func-transmit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/func-transmit b/scripts/func-transmit index 14556db..b46a471 100644 --- a/scripts/func-transmit +++ b/scripts/func-transmit @@ -94,8 +94,7 @@ if method == "list_minions": raise NoAsyncForListMinionException("list_minions method can not be run in async") minion_set = fc.Minions(clients) servers = minion_set.get_all_hosts() - # for marco ;-> -akl - results = {'list_minions': servers} + results = servers else: # scan more arguments -- cgit