From e77687afc2626aae3439c52c7fced1c95d370731 Mon Sep 17 00:00:00 2001 From: khider <11758571+khider@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:28:02 -0800 Subject: [PATCH] Update lipd.py --- pylipd/lipd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylipd/lipd.py b/pylipd/lipd.py index c00555b..a7eb147 100644 --- a/pylipd/lipd.py +++ b/pylipd/lipd.py @@ -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'''