Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066628
D949.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
520 B
Subscribers
None
D949.diff
View Options
diff --git a/swh/indexer/metadata.py b/swh/indexer/metadata.py
--- a/swh/indexer/metadata.py
+++ b/swh/indexer/metadata.py
@@ -76,7 +76,8 @@
.translate(data)
except Exception:
self.log.exception(
- "Problem during tool retrieval of metadata translation")
+ "Problem during metadata translation "
+ "for content %s" % hashutil.hash_to_hex(id))
return result
def persist_index_computations(self, results, policy_update):
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 4:23 PM (12 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217615
Attached To
D949: Better error message on content retrieval error + don't write translated_metadata=None to the idx storage.
Event Timeline
Log In to Comment