Single quotes

This commit is contained in:
Thomas S Hatch 2013-11-12 14:25:40 -07:00
parent 1396f3f355
commit 2ee66c7bb1

View File

@ -37,7 +37,7 @@ class RunnerClient(object):
'''
salt.utils.daemonize()
event = salt.utils.event.MasterEvent(self.opts['sock_dir'])
data = {'fun': "runner.{0}".format(fun),
data = {'fun': 'runner.{0}'.format(fun),
'jid': jid,
'user': user,
}