Skip to content

Commit

Permalink
minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hegeman committed Nov 15, 2023
1 parent 374edab commit 6c64e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def write_descendants_by_entity(entity_hierarchy: List[Set[str]], graph, file_na
# Determine the set of descendants that should be included.
descendant_accept_list = []
for descendant in descendants:
# Include all entities in the candidate list.
# Include all entities in the candidate set.
if descendant in candidate_descendants:
descendant_accept_list.append(descendant)

Expand Down

0 comments on commit 6c64e68

Please sign in to comment.