fix syntax error in master module

This commit is contained in:
Thomas S Hatch 2011-03-07 15:45:57 -07:00
parent f96b4f3516
commit cdbdff3b5a

View file

@ -220,8 +220,8 @@ class ReqServer(threading.Thread):
}
payload['load'] = self.crypticle.dumps(load)
self.publisher.publish(salt.payload.package(payload))
return = {'enc': 'clear',
'load': {'jid': jid}}
return {'enc': 'clear',
'load': {'jid': jid}}
def run(self):
'''