Searched refs:extra_args (Results 1 – 1 of 1) sorted by relevance
1000 def execute_shell_command(stage, args, command, **extra_args): argument1002 r = subprocess.run(command, capture_output=True, text=True, **extra_args)1010 return execute_shell_command(stage, args, command, **extra_args)