1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00
Douglas RAILLARD ed7f0e56a2 subprocess: Fix quoting issues
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.
2018-11-21 15:07:14 +00:00
..
2018-07-13 16:05:49 +01:00
2018-11-21 15:07:14 +00:00
2018-11-21 15:07:14 +00:00
2018-11-21 15:07:14 +00:00
2018-11-21 15:07:14 +00:00
2018-11-21 15:07:14 +00:00