Remove extra arg

这个提交包含在:
Craig Warren
2022-11-09 09:47:31 +00:00
父节点 4de8e04584
当前提交 9cc0a3a7e8

查看文件

@@ -218,7 +218,7 @@ class ModelBuildRun:
if not scene:
scene = Scene()
# Parse the input file into user objects and add them to the scene
scene = parse_hash_commands(scene, self.G)
scene = parse_hash_commands(scene)
# Creates the internal simulation objects
scene.create_internal_objects(self.G)