Skip to content

Commit 0ef7d19

Browse files
committed
fix: return exceptions
1 parent a3bd11e commit 0ef7d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/desktop/studio_server/prompt_optimization_job_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,8 @@ async def list_prompt_optimization_jobs(
635635
job, server_client
636636
)
637637
for job in batch
638-
]
638+
],
639+
return_exceptions=True,
639640
)
640641
except Exception as e:
641642
logger.error(

0 commit comments

Comments
 (0)