Skip to content

Commit bd6a5bf

Browse files
review @GitHK
1 parent 053c349 commit bd6a5bf

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/projects

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ async def list_projects( # pylint: disable=too-many-arguments,too-many-statemen
610610
)
611611

612612
if combined_query is None:
613-
msg = "No valid queries were provided to combine."
613+
msg = f"No valid queries were provided to combine. Workspace scope: {workspace_query.workspace_scope}"
614614
raise ValueError(msg)
615615
count_query = sa.select(func.count()).select_from(combined_query.subquery())
616616
total_count = await conn.scalar(count_query)

0 commit comments

Comments
 (0)