Closed balta2ar closed 6 years ago
That totally makes sense! My knee-jerk reaction was to provide a backport of run
, but it's actually way simpler to just use call
, please take a look.
👍 Thanks - that looks good. So we can just go to subprocess.call
.. Can you squash the commit? I'll merge it after that.
Done.
Thanks for the PR.. Couple of questions (I've not used subprocess module outside of ghost :))
run
, why not check existence of run and just call run, else call the backported code?