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 053c349 commit bd6a5bfCopy full SHA for bd6a5bf
services/web/server/src/simcore_service_webserver/projects/db.py
@@ -610,7 +610,7 @@ async def list_projects( # pylint: disable=too-many-arguments,too-many-statemen
610
)
611
612
if combined_query is None:
613
- msg = "No valid queries were provided to combine."
+ msg = f"No valid queries were provided to combine. Workspace scope: {workspace_query.workspace_scope}"
614
raise ValueError(msg)
615
count_query = sa.select(func.count()).select_from(combined_query.subquery())
616
total_count = await conn.scalar(count_query)
0 commit comments