Skip to content

Commit 32194d6

Browse files
committed
【修改】:提示信息
1 parent 5ad4ec2 commit 32194d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

env.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ def main():
7171
os.system('chcp 65001 > nul')
7272

7373
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")
74+
print ("\033[1;31;40m当前路径不支持非英文字符,请修改当前路径为纯英文路径。\033[0m")
75+
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")
7677

7778
if platform.system() == "Windows":
7879
os.system('chcp 437 > nul')

0 commit comments

Comments
 (0)