Skip to content

Commit c9277bd

Browse files
committed
fix
1 parent 61f327d commit c9277bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

open_data_scientist/utils/executors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ def execute_code_internal(
142142
outputs_list: list[dict[str, Any]] = []
143143
errors_list: list[str] = []
144144

145+
# NOTE: that here i am trying to reconstruct the output of TCI, but it is not perfect.
146+
# Seems to work for most cases, but not all.
147+
145148
if raw_response.get("success"):
146149
execution_summary_input["status"] = "success"
147150
result_data = raw_response.get("result")

0 commit comments

Comments
 (0)