!667 Correct a typo

Merge pull request !667 from lijunru/typo
This commit is contained in:
openharmony_ci
2023-03-09 03:29:45 +00:00
committed by Gitee
+1 -1
View File
@@ -30,7 +30,7 @@ def get_python():
python_dir = hb_main.search(python_base_dir, 'python3')
return os.path.join(python_dir, 'python3')
else:
print("please execute preload_download.sh")
print("please execute build/prebuilts_download.sh")
sys.exit()