Skip to content

Commit 9f6f295

Browse files
committed
【完善】:修改提示信息
1 parent 854545d commit 9f6f295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmds/cmd_package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ def git_cmd_exec(cmd, cwd):
423423
try:
424424
execute_command(cmd, cwd=cwd)
425425
except Exception, e:
426-
print('error message:%s%s. %s \nYou can solve this problem by manually removing old packages and re-downloading them using env.\t' %
427-
(cwd.encode("utf-8"), " path doesn't exist", e.message))
426+
print('error message:%s%s. %s \n\t' %(cwd.encode("utf-8"), " path doesn't exist", e.message))
427+
print("You can solve this problem by manually removing old packages and re-downloading them using env.")
428428

429429

430430
def update_latest_packages(pkgs_fn, bsp_packages_path):

0 commit comments

Comments
 (0)