Skip to content

Commit

Permalink
Add FIXME (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc authored and amarjandu committed Apr 14, 2022
1 parent e88634c commit c63d4c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/plugins/repository/tdr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ def _parse_drs_uri(self,
raise RequirementError('`file_id` is null and `drs_uri` '
'is not set in file descriptor', descriptor)
else:
# FIXME: Support non-null DRS URIs in file descriptors
# https://github.com/DataBiosphere/azul/issues/3631
require(external_drs_uri is None,
'Non-null `drs_uri` in file descriptor', external_drs_uri)
return external_drs_uri
Expand Down

0 comments on commit c63d4c8

Please sign in to comment.