Comment 13 for bug 1343657

Revision history for this message
Travis McPeak (travis-mcpeak) wrote :

Anything that you are using piped shell commands for can be written as separate statements. It might not read as smoothly, but it will be safer. Another approach is to move a lot of the operating system calls to their Python equivalents.