From 6b13e8796823fff74e7b62a915971da05844098f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 18:17:48 -0700 Subject: fileset ingest: fix table name typo (via mypy) --- python/sandcrawler/ingest_fileset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/sandcrawler/ingest_fileset.py') diff --git a/python/sandcrawler/ingest_fileset.py b/python/sandcrawler/ingest_fileset.py index 172e1d7..e049b70 100644 --- a/python/sandcrawler/ingest_fileset.py +++ b/python/sandcrawler/ingest_fileset.py @@ -49,7 +49,7 @@ class IngestFilesetWorker(IngestFileWorker): """ if not self.try_existing_ingest: return None - existing = self.pgrest_client.get_ingest_fileset_result(ingest_type, base_url) + existing = self.pgrest_client.get_ingest_fileset_platform(ingest_type, base_url) # TODO: filter on more flags? if existing and existing['hit'] is True: return existing -- cgit v1.2.3