subprocess module usage

Earl Lapus earl.lapus at gmail.com
Mon Sep 1 01:24:21 EDT 2014


On Mon, Sep 1, 2014 at 11:55 AM, Chris Angelico <rosuav at gmail.com> wrote:
>
> But secondly, you're already splitting the argument (or rather, taking
> it from your own parameters, already split), so you don't want to go
> through the shell. In fact, going through the shell would only make
> your life harder. Change that to shell=False and you'll see everything
> work.
>

Changing shell value to False worked. I appreciate your help Chris, Thanks!

-- 
There are seven words in this sentence.



More information about the Python-list mailing list