[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH pycryptsetup] Updated the fillins.py
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH pycryptsetup] Updated the fillins.py
- Date: Thu, 5 Mar 2009 15:22:22 -0500
> subprocess.Popen() does not work with arguments containing spaces,
> have to use params.extend(["something", "something"])
> instead of params.append("something something").
All the pipe writing is kind of gross to me but if that's the way we've
got to do it, then that's what we've got to do. Your argument list
fixes are definitely correct, so go ahead and commit.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]