Remove unnecessary parse_json invocation

This commit is contained in:
Daniel Hokka Zakrisson 2012-06-20 14:54:36 +02:00
parent e02070f655
commit 705430267b

View file

@ -309,7 +309,6 @@ class Runner(object):
cmd = " ".join([str(x) for x in [remote_module_path, async_jid, async_limit, async_module, argsfile]])
res = self._low_level_exec_command(conn, cmd, tmp, sudoable=True)
result1 = utils.parse_json(res)
executed_str = "%s %s" % (module_name_tail, args.strip())