Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Oct 21, 2023
1 parent d47857e commit 19d4df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdmf/term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ def _repr_html_(self):
re = "<b>" + "Schema Path: " + "</b>" + self.term_schema_path + "<br>"
re += "<b>" + "Sources: " + "</b>" + ", ".join(list(self.sources.keys())) + "<br>"
re += "<b> Terms: </b>"

Check warning on line 68 in src/hdmf/term_set.py

View check run for this annotation

Codecov / codecov/patch

src/hdmf/term_set.py#L65-L68

Added lines #L65 - L68 were not covered by tests
re += "<ul>"
# re += "<ul>"
re += "<li> %s </li>" % terms[0]
re += "<li> %s </li>" % terms[1]
re += "<li> %s </li>" % terms[2]
re += "<li> ... </li>"

Check warning on line 73 in src/hdmf/term_set.py

View check run for this annotation

Codecov / codecov/patch

src/hdmf/term_set.py#L70-L73

Added lines #L70 - L73 were not covered by tests
re += "</ul>"
# re += "</ul>"

return re

Expand Down

0 comments on commit 19d4df7

Please sign in to comment.