You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* force the powershell to output utf8
* don't go into text mode with subprocess.Popen (universal_newlines=False) because it will fail to decode the output
* decode the output of the powershell command explicitly
0 commit comments