be80208 PR#848: use subprocess.Popen instead of subprocess.check_output

Merged and Committed by mikem 6 years ago
    PR#848: use subprocess.Popen instead of subprocess.check_output
    
    Merges #848
    https://pagure.io/koji/pull-request/848
    
    Fixes: #846
    https://pagure.io/koji/issue/846
    error occurs in SCM.get_source since subprocess.check_output is not supported by python 2.6-
    
        
file modified
+7 -1
file modified
+37 -0