Skip to content

Commit

Permalink
print out for bug fix (not sure why it's not working online
Browse files Browse the repository at this point in the history
  • Loading branch information
lzehl committed Jul 25, 2023
1 parent aa8bdff commit 48413a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def _build_single_version_link(self, versionReference:Dict, include_shortName=Fa
label = id_label.split("_")[0]
if version_id in self.instances_collection:
version_data = self.instances_collection[version_id]
print(version_data)
title = version_data["shortName"]
subtitle = version_data["versionIdentifier"] if "versionIdentifier" in version_data and version_data["versionIdentifier"] else id_label
subtitle_url = subtitle.replace(' ', '-').replace(',', '-').replace('.', '-').replace('--', '-').casefold()
Expand Down

0 comments on commit 48413a4

Please sign in to comment.