Skip to content

Commit

Permalink
Bug fix misc_link_index
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmunbaxi committed Dec 25, 2023
1 parent 0030f3b commit db97952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orgroamtools/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def remove_orphans(self) -> RoamGraph:
self.IDs,
self._tags,
self._links_to,
self.misc_links.values(),
self.misc_link_index.values(),
)
)
if idx not in indices_of_orphans
Expand Down

0 comments on commit db97952

Please sign in to comment.