We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad4ec2 commit 32194d6Copy full SHA for 32194d6
env.py
@@ -71,8 +71,9 @@ def main():
71
os.system('chcp 65001 > nul')
72
73
print ("\n\033[1;31;40m警告:\033[0m")
74
- print ("\033[1;31;40m当前目录不支持非英文字符,请修改当前路径为纯英文路径。\033[0m")
75
- print ("\033[1;31;40mrt-thread must be placed in a pure English directory, please move rt-thread to a pure English directory.\033[0m")
+ print ("\033[1;31;40m当前路径不支持非英文字符,请修改当前路径为纯英文路径。\033[0m")
+ print ("\033[1;31;40mThe current path does not support non-English characters.\033[0m")
76
+ print ("\033[1;31;40mPlease modify the current path to a pure English path.\033[0m")
77
78
if platform.system() == "Windows":
79
os.system('chcp 437 > nul')
0 commit comments