Skip to content

Commit 2c7857c

Browse files
committed
fixme
1 parent b62fe90 commit 2c7857c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/api-server/src/simcore_service_api_server/_service_studies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ async def list_jobs(
7171

7272
# 2. list jobs under job_parent_resource_name
7373
return await self.job_service.list_jobs(
74+
# FIXME: these jobs are only valid for solvers and programs but not studies!
7475
job_parent_resource_name=job_parent_resource_name,
7576
pagination_offset=pagination_offset,
7677
pagination_limit=pagination_limit,

0 commit comments

Comments
 (0)