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.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/sandcrawler/ingest_fileset.py b/python/sandcrawler/ingest_fileset.py
index 56f1697..dceca03 100644
--- a/python/sandcrawler/ingest_fileset.py
+++ b/python/sandcrawler/ingest_fileset.py
@@ -147,10 +147,9 @@ class IngestFilesetWorker(IngestFileWorker):
result["error_message"] = str(e)[:1600]
return result
except NotImplementedError:
- # result['status'] = 'not-implemented'
- # result['error_message'] = str(e)[:1600]
- # return result
- resource = None
+ result['status'] = 'not-implemented'
+ result['error_message'] = str(e)[:1600]
+ return result
html_biblio = None
if resource: