Merge branch 'config' of https://github.com/gprMax/gprMax into config

这个提交包含在:
Craig Warren
2019-10-11 11:09:46 +01:00
当前提交 7f9909068f

查看文件

@@ -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