bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Fix command line construction when quotes are present. #59

Closed warownia1 closed 4 years ago

warownia1 commented 5 years ago

issue

When the quotes are present in the command argument definition string interpolation and splitting gives weird results due to: $(value) = "my value" then shlex.quote(value) -> "'my value'"


result