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