Fix 'execute' function

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