ci: Attempting to explicitly set the output encoding to UTF-8 for Windows [skip ci]
This commit is contained in:
@@ -2,6 +2,7 @@ import hashlib
|
||||
import sys
|
||||
from string import Template
|
||||
|
||||
sys.stdout.reconfigure(encoding='utf-8')
|
||||
args = sys.argv
|
||||
version = args[1].replace("v", "")
|
||||
template_file_path = args[2]
|
||||
|
||||
Reference in New Issue
Block a user