stm32pio icon indicating copy to clipboard operation
stm32pio copied to clipboard

Use arbitrary strings for _cmd parameters

Open ussserrr opened this issue 4 years ago • 0 comments

For commands such platformio_cmd values like python -m platformio should be a valid ones. Possible solutions:

  • Use subprocess.run(shell=True) option
  • Store as a list of strings, then concatenate and sanitize before feeding to subprocess

ussserrr avatar Aug 08 '21 20:08 ussserrr