Commit 67fc362f by Michael DeHaan

Merge pull request #492 from dhozac/unnecessary-parse_json

Remove unnecessary parse_json invocation
parents 3152fc97 70543026
......@@ -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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment