Fix 'execute' function

(cherry picked from commit d01956ec)
parent b803a411
......@@ -48,7 +48,7 @@ def _wait_files_creation(file_list):
def execute(args):
"""Portable execution with process replacement"""
# XXX: Kept for backward compatibility
generic_exec([args[0], None, None])
generic_exec([args, None, None])
def execute_wait(args):
"""Execution but after all files in args[1] exists"""
......
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