Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 11, 2024
1 parent 9ec0259 commit bb728c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dcicutils/portal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ def is_lookup_subtypes(lookup_options: int) -> bool: # noqa
# And note the disction of just using /{uuid} here rather than /{type}/{uuid} as in the else
# statement below is not really necessary; just here for emphasis that this is all that's needed.
#
# TODO
# Consider (from PR-308) writing a portal API for retrieving possible path formats.
#
if first_only is True:
results.append(f"/{portal_type}/{identifying_value}")
else:
Expand Down

0 comments on commit bb728c1

Please sign in to comment.