aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-02-18 19:42:43 -0800
committerBryan Newbold <bnewbold@archive.org>2022-02-18 19:42:43 -0800
commitddca6d8993342eb0aaa97aea6a3497b8b6dd9c86 (patch)
tree010525b9322e9f7d3db1da9b5f6710b3bc32fd38 /python/sandcrawler
parent6ff4dca52c413e66da10cac1fe3b5c7c3ee4315c (diff)
downloadsandcrawler-ddca6d8993342eb0aaa97aea6a3497b8b6dd9c86.tar.gz
sandcrawler-ddca6d8993342eb0aaa97aea6a3497b8b6dd9c86.zip
ingest: fix mistakenly commented except block (?)
Diffstat (limited to 'python/sandcrawler')
-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: