Searched refs:split_command (Results 1 – 1 of 1) sorted by relevance
75 def shlex_join(split_command): argument77 return ' '.join(shlex.quote(arg) for arg in split_command)