Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395522
D2263.id7793.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
680 B
Subscribers
None
D2263.id7793.diff
View Options
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
Details
Attached
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
Attached To
D2263: Fix bogus NotImplementedError on Area.index_uris
Event Timeline
Log In to Comment