Re: [Tutor] Using dictionary key values as subprocess arguments

2013-08-01 Thread Alan Gauld
On 01/08/13 18:51, m...@froward.org wrote: I'm trying to use dictionary key values as arguments being passed via subprocess. The following is supposed to use argv arguments passed for the target host, and direction to turn the ipmi interface up on or off. When I run it I get an error about TypeE

Re: [Tutor] Using dictionary key values as subprocess arguments

2013-08-01 Thread Steven D'Aprano
Hi Mike, and welcome! On 02/08/13 03:51, m...@froward.org wrote: Hi all, I'm trying to use dictionary key values as arguments being passed via subprocess. The following is supposed to use argv arguments passed for the target host, and direction to turn the ipmi interface up on or off. When I ru