Correct a typo

Issue: I6HDOH
Test: Build
Signed-off-by: lijunru <lijunru9@huawei.com>
Change-Id: Ib312fd01ab86e63e5da0d78016ea037a689a4a2f
This commit is contained in:
lijunru
2023-02-25 18:53:02 +08:00
parent 98932b4791
commit d7ff68a627
+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()