Page MenuHomeSoftware Heritage

D8052.id29044.diff
No OneTemporary

D8052.id29044.diff

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

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

Event Timeline