Skip to content

Commit

Permalink
hotfix for the hotfix...
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed Dec 13, 2024
1 parent 95f6a0c commit afc7d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.3.5
4 changes: 2 additions & 2 deletions src/portal_visualization/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def get_vitessce_conf_cells_and_lifted_uuid(
# Otherwise, just try to visualize the data for the entity itself:
else: # pragma: no cover # We have separate tests for the builder logic
try:
def get_entity(uuid):
return self.get_entity(uuid=uuid)
def get_entity(entity):
return self.get_entity(uuid=entity.get('uuid'))
Builder = get_view_config_builder(entity, get_entity, parent, epic_uuid)
builder = Builder(entity, self.groups_token, self.assets_endpoint)
vitessce_conf = builder.get_conf_cells(marker=marker)
Expand Down

0 comments on commit afc7d25

Please sign in to comment.