【修改】参数错误提示

This commit is contained in:
SummerGift
2019-06-18 12:01:52 +08:00
parent 1dbbedbc2f
commit bd220bcda6
+1 -1
View File
@@ -316,7 +316,7 @@ def MkDist(program, BSP_ROOT, RTT_ROOT, Env, rttide = None):
else:
dist_dir = rttide['project_path']
if not isinstance(dist_dir, str):
print("\n--target-path=your_project_path parameter is required.")
print("\n--project-path=your_project_path parameter is required.")
print("\nstop!")
return