Skip to content

Commit 21ff821

Browse files
committed
sqlalchemy 2.0
1 parent ab70bb6 commit 21ff821

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules/db/repositories

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/modules/db/repositories/comp_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async def list_for_user__only_latest_iterations(
282282
ComputationRunRpcGet.model_validate(
283283
{
284284
**row,
285-
"state": DB_TO_RUNNING_STATE[row["state"]],
285+
"state": DB_TO_RUNNING_STATE[row.state],
286286
}
287287
)
288288
async for row in await conn.stream(list_query)

0 commit comments

Comments
 (0)