We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a8e85 commit 7e97e10Copy full SHA for 7e97e10
1 file changed
src/executorlib/task_scheduler/interactive/shared.py
@@ -147,7 +147,7 @@ def _execute_task_with_cache(
147
data_dict["output"] = output["result"]
148
data_dict["runtime"] = time.time() - time_start
149
dump(file_name=file_name, data_dict=data_dict)
150
- future_obj.set_result(result)
+ future_obj.set_result(output["result"])
151
elif isinstance(output["error"], ExecutorlibSocketError):
152
return False
153
else:
0 commit comments