Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77394

Re: subprocess module usage

References <CAPrJNb4_m-1sqwzUcqnHR6jTFo-Tp=a1hLgTvXrujXW5sAUkpg@mail.gmail.com> <CAPTjJmrq-azU3CvKi9FqxXNYALJu_cF-WtjTcB4YDnTectyCCA@mail.gmail.com>
Date 2014-09-01 13:24 +0800
Subject Re: subprocess module usage
From Earl Lapus <earl.lapus@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.13683.1409550541.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Sep 1, 2014 at 11:55 AM, Chris Angelico <rosuav@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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: subprocess module usage Earl Lapus <earl.lapus@gmail.com> - 2014-09-01 13:24 +0800

csiph-web