Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed Aug 7, 2023
1 parent 0303b6a commit 3b1fc15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prez/renderers/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ async def return_annotated_rdf(

previous_triples_count = len(graph)

# Expand the graph with annotations specified in the profile until no new statements are added.
while True:
graph += await get_annotations_graph(profile, graph, cache)
if len(graph) == previous_triples_count:
Expand Down

0 comments on commit 3b1fc15

Please sign in to comment.