Skip to content

Commit 1f62db0

Browse files
authored
Fixes bundle classifiers (#2061)
1 parent 84ea765 commit 1f62db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/groups_classifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def get_classifiers_from_bundle(self, gid: int) -> Dict[str, Any]:
9393
gid,
9494
err,
9595
)
96-
return {}
96+
return bundle
9797

9898
async def group_uses_scicrunch(self, gid: int) -> bool:
9999
async with self.engine.acquire() as conn:

0 commit comments

Comments
 (0)