Skip to content

Commit 510f3ba

Browse files
committed
Fix worldless sim
1 parent 965f115 commit 510f3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/manager/launcher/launcher_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class LauncherTools(BaseModel):
6161

6262
def run(self, consumer):
6363
for tool in self.tools:
64-
if tool == "simulator":
64+
if tool == "simulator" and self.world_type:
6565
tool = simulator[self.world_type]["tool"]
6666
module = tools[tool]
6767
launcher = self.launch_module(tool, module, consumer)

0 commit comments

Comments
 (0)