4cb5bd7 Issue #98 - Fix dbscan output

1 file Authored by sramling 6 years ago, Committed by William Brown 6 years ago,
    Issue #98 - Fix dbscan output
    
    Description: Dbscan output is printing new line characters and tab
    characters. So, I changed the subprocess.Popen to subprocess.check_
    output to return the exact the same output as command line.
    
    https://pagure.io/lib389/issue/98
    
    Reviewed by: spichugi
    
        
file modified
+21 -29