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 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(), |