Skip to content

Commit

Permalink
Add FIXME (#6139)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Jan 10, 2025
1 parent 7fc180a commit bd67f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/plugins/metadata/anvil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ def verbatim_pfb_relations(self,
try:
primary_key = contents[primary_key_column]
except KeyError:
# FIXME: Improve handling of DUOS replicas
# https://github.com/DataBiosphere/azul/issues/6139
assert table_name == 'anvil_dataset', table_name
assert 'description' in contents, contents
continue
Expand Down

0 comments on commit bd67f3a

Please sign in to comment.