Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7122853
D8052.id29044.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
801 B
Subscribers
None
D8052.id29044.diff
View Options
diff --git a/swh/loader/package/crates/loader.py b/swh/loader/package/crates/loader.py
--- a/swh/loader/package/crates/loader.py
+++ b/swh/loader/package/crates/loader.py
@@ -210,7 +210,6 @@
storage: StorageInterface,
url: str,
artifacts: List[Dict[str, Any]],
- max_content_size: Optional[int] = None,
**kwargs,
):
"""Constructor
@@ -236,9 +235,7 @@
}
]
""" # noqa
- super().__init__(
- storage=storage, url=url, max_content_size=max_content_size, **kwargs
- )
+ super().__init__(storage=storage, url=url, **kwargs)
self.url = url
self.artifacts: Dict[str, Dict] = {
artifact["version"]: artifact for artifact in artifacts
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 17, 7:47 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3231128
Attached To
D8052: crates: Remove redundant 'max_content_length' argument
Event Timeline
Log In to Comment