aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ingest_fileset.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/ingest_fileset.py')
-rw-r--r--python/sandcrawler/ingest_fileset.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/sandcrawler/ingest_fileset.py b/python/sandcrawler/ingest_fileset.py
index e049b70..29a9ebd 100644
--- a/python/sandcrawler/ingest_fileset.py
+++ b/python/sandcrawler/ingest_fileset.py
@@ -341,9 +341,9 @@ class IngestFilesetWorker(IngestFileWorker):
result['fileset_bundle'] = dict()
if archive_result.bundle_file_meta:
result['fileset_bundle']['file_meta'] = archive_result.bundle_file_meta
- if archive_result.archiveorg_bundle_path:
+ if archive_result.bundle_archiveorg_path:
result['fileset_bundle'][
- 'archiveorg_bundle_path'] = archive_result.archiveorg_bundle_path
+ 'archiveorg_bundle_path'] = archive_result.bundle_archiveorg_path
if archive_result.bundle_resource:
result['fileset_bundle']['terminal'] = dict(
terminal_url=archive_result.bundle_resource.terminal_url,