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 854545d commit 9f6f295Copy full SHA for 9f6f295
cmds/cmd_package.py
@@ -423,8 +423,8 @@ def git_cmd_exec(cmd, cwd):
423
try:
424
execute_command(cmd, cwd=cwd)
425
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))
+ print('error message:%s%s. %s \n\t' %(cwd.encode("utf-8"), " path doesn't exist", e.message))
+ print("You can solve this problem by manually removing old packages and re-downloading them using env.")
428
429
430
def update_latest_packages(pkgs_fn, bsp_packages_path):
0 commit comments