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


Groups > comp.lang.python > #77394 > unrolled thread

Re: subprocess module usage

Started byEarl Lapus <earl.lapus@gmail.com>
First post2014-09-01 13:24 +0800
Last post2014-09-01 13:24 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#77394 — Re: subprocess module usage

FromEarl Lapus <earl.lapus@gmail.com>
Date2014-09-01 13:24 +0800
SubjectRe: subprocess module usage
Message-ID<mailman.13683.1409550541.18130.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web