Skip to content

Commit

Permalink
Update lipd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
khider committed Nov 15, 2024
1 parent 12ce1bf commit e77687a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylipd/lipd.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def load_remote_datasets(self, dsnames, load_default_graph=True):
for row in qres:
self.graph.add((row.s, row.p, row.o, row.g))
print("Done..")


def update_remote_datasets(self, dsnames):
'''Updates local LiPD Graph for datasets to remote endpoint'''
Expand Down

0 comments on commit e77687a

Please sign in to comment.