提交 14bb9bea 编写于 作者: Z zhengweiwei2

Modify the error message of printing

Signed-off-by: Nzhengweiwei2 <zhengweiwei7@huawei.com>
上级 6ff7d1da
...@@ -65,7 +65,7 @@ def main(): ...@@ -65,7 +65,7 @@ def main():
os.environ['PATH'] = python_dir + ":" + os.getenv('PATH') os.environ['PATH'] = python_dir + ":" + os.getenv('PATH')
os.execv(python_executable, param_list) os.execv(python_executable, param_list)
else: else:
print("please execute preload_download.sh") print("please execute build/prebuilts_download.sh")
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册