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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/ingest_fileset.py b/python/sandcrawler/ingest_fileset.py
index 29a9ebd..47a19b8 100644
--- a/python/sandcrawler/ingest_fileset.py
+++ b/python/sandcrawler/ingest_fileset.py
@@ -382,7 +382,7 @@ class IngestFilesetWorker(IngestFileWorker):
if result[
'status'] == 'success-file' and archive_result.file_resource and archive_result.file_file_meta:
- file_result = dict(
+ file_result: Dict[str, Any] = dict(
hit=True,
status='success',
request=request.copy(),