Fix for Python3
In Python3 without universal_newlines set to True output from Popen was byte-encoded.
Showing
Please register or sign in to comment
In Python3 without universal_newlines set to True output from Popen was byte-encoded.