Skip to content

Commit 8b6efa8

Browse files
committed
Fix example
1 parent 7fd26bd commit 8b6efa8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/behavior_launcher.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ def fmt(value: str) -> str:
7070
repository=launcher.repository,
7171
script_path=Path("./mock/script.py"),
7272
output_parameters={"suggestion": suggestion.model_dump()},
73-
)
74-
launcher.copy_logs()
75-
73+
).map()
7674
return
7775

7876

0 commit comments

Comments
 (0)