" bat_info = json.loads(bat_json) " may produce error UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 ... Because the vswhere.exe's output is not utf-8 by default Use UTF-8 encoding for vswhere.exe can fixing it .pull/9060/head
parent
a450f8c6bc
commit
a79980da6b
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue