Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Problem Passing Arguement to do loop
Full Version:
Problem Passing Arguement to do loop
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Pages:
1
2
Gribouillis
May-13-2019, 02:56 PM
It would be better if you added
stderr=subprocess.PIPE
too, because you could print the error message
err
when the command fails.
Pages:
1
2
Python Forum
>
Python Coding
>
General Coding Help
> Problem Passing Arguement to do loop