diff options
-rw-r--r-- | python/sandcrawler/ingest_fileset.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |