sincorchetes / setroubleshoot

Forked from setroubleshoot 4 years ago
Clone

4011d66 plugins: Use subprocess.check_output() with a sequence of program arguments

Authored and Committed by plautrba 8 years ago
    plugins: Use subprocess.check_output() with a sequence of program arguments
    
    All subprocess.get*output() should be replaced with either
    subprocess.Popen or subprocess.check_output now.
    
    String args were converted to sequences of program arguments.
    
        
file modified
+2 -2