Skip to content

Commit

Permalink
Update src/hdmf/common/resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 13, 2023
1 parent 9042dfa commit 4477bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/common/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def add_ref_termset(self, **kwargs):
elif isinstance(data_object, (list, tuple, np.ndarray)):
data = data_object
else:
msg = "The data object being used is not supported. Please review the documentation for support types."
msg = "The data object being used is not supported. Please review the documentation for supported types."
raise ValueError(msg)

Check warning on line 525 in src/hdmf/common/resources.py

View check run for this annotation

Codecov / codecov/patch

src/hdmf/common/resources.py#L524-L525

Added lines #L524 - L525 were not covered by tests
missing_terms = []
for term in data:
Expand Down

0 comments on commit 4477bea

Please sign in to comment.