pren / poltype

POLTYPE: AMOEBA parametrization tool
https://pren.github.io/poltype
Other
4 stars 11 forks source link

Command strings now use shlex.quote() to properly escape shell charac… #56

Closed jacob-litman closed 3 years ago

jacob-litman commented 3 years ago

…ters, which should mean Poltype is more robust to odd directory names. Best practice involves not using shell=True, but a quick search-and-replace is a quicker fix than addressing all the uses of subprocess.run with shell=True.