We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965f115 commit 510f3baCopy full SHA for 510f3ba
1 file changed
manager/manager/launcher/launcher_tools.py
@@ -61,7 +61,7 @@ class LauncherTools(BaseModel):
61
62
def run(self, consumer):
63
for tool in self.tools:
64
- if tool == "simulator":
+ if tool == "simulator" and self.world_type:
65
tool = simulator[self.world_type]["tool"]
66
module = tools[tool]
67
launcher = self.launch_module(tool, module, consumer)
0 commit comments