你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Improved some comments.
这个提交包含在:
@@ -174,7 +174,7 @@ def check_cmd_names(processedlines, checkessential=True):
|
||||
cmdname = cmd[0]
|
||||
cmdparams = cmd[1]
|
||||
|
||||
# Check if there is space between command name and parameters
|
||||
# Check if there is space between command name and parameters, i.e. check first character of parameter string
|
||||
if ' ' not in cmdparams[0]:
|
||||
raise CmdInputError('There must be a space between the command name and parameters in ' + processedlines[lindex])
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户