mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-24 00:21:05 +08:00
【修改】参数错误提示
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user