return the key, not the 'key'

This commit is contained in:
Thomas S Hatch 2011-08-17 20:25:37 -06:00
parent 18185c9843
commit 53844722e1

View File

@ -426,7 +426,7 @@ class AESFuncs(object):
individual minions.
'''
for key in load:
self._return(load['key'])
self._return(load[key])
def minion_publish(self, clear_load):
'''