Page MenuHomeSoftware Heritage

D2263.id7793.diff
No OneTemporary

D2263.id7793.diff

diff --git a/swh/storage/schemata/distribution.py b/swh/storage/schemata/distribution.py
--- a/swh/storage/schemata/distribution.py
+++ b/swh/storage/schemata/distribution.py
@@ -88,10 +88,11 @@
else:
yield (base_uri, None)
- raise NotImplementedError(
- 'Do not know how to build index URI for Distribution type %s' %
- self.distribution.type
- )
+ else:
+ raise NotImplementedError(
+ 'Do not know how to build index URI for Distribution type %s' %
+ self.distribution.type
+ )
def __repr__(self):
return 'Area(%s of %s)' % (

File Metadata

Mime Type
text/plain
Expires
Jun 3 2025, 7:40 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216223

Event Timeline