Fix tgt-type assignment

This commit is contained in:
Thomas S Hatch 2011-03-14 12:43:51 -06:00
parent e735a143f7
commit 478c4597ee

View file

@ -194,7 +194,7 @@ class LocalClient(object):
fun=fun,
arg=arg,
key=self.key)
package['tgt_type': expr_form]
package['tgt_type'] = expr_form
# Prep zmq
context = zmq.Context()
socket = context.socket(zmq.REQ)