Skip to content

Commit

Permalink
fix: correct the base view on the specimen TaxonomyLink
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Nov 8, 2023
1 parent aae3bd6 commit b339b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataimporter/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, config: Config):
)
specimen_taxonomy = TaxonomyLink(
self.links_path / "specimen_taxonomy",
indexlot_view,
specimen_view,
taxonomy_view,
"CardParasiteRef",
)
Expand Down

0 comments on commit b339b57

Please sign in to comment.