【修改】参数错误提示
This commit is contained in:
parent
1dbbedbc2f
commit
bd220bcda6
|
@ -316,7 +316,7 @@ def MkDist(program, BSP_ROOT, RTT_ROOT, Env, rttide = None):
|
||||||
else:
|
else:
|
||||||
dist_dir = rttide['project_path']
|
dist_dir = rttide['project_path']
|
||||||
if not isinstance(dist_dir, str):
|
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!")
|
print("\nstop!")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue