你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Merge branch 'config' of https://github.com/gprMax/gprMax into config
这个提交包含在:
@@ -87,7 +87,10 @@ class Scene:
|
|||||||
# Create an instance to check the geometry points provided by the
|
# Create an instance to check the geometry points provided by the
|
||||||
# user. The way the point are checked depends on which grid the
|
# user. The way the point are checked depends on which grid the
|
||||||
# points belong to.
|
# points belong to.
|
||||||
|
try:
|
||||||
obj.create(grid, uip)
|
obj.create(grid, uip)
|
||||||
|
except CmdInputError:
|
||||||
|
logger.exception('Error creating user input object')
|
||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户