mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-05 01:37:50 +00:00
Strings are passed to subprocess.Popen is used instead of sequences, so proper quoting of parameters in command lines is needed to avoid failures on filenames containing e.g. parenthesis. Use pipes.quote to quote a string to avoid any issue with special characters.