Page MenuHomeSoftware Heritage

D2727.id9723.diff
No OneTemporary

D2727.id9723.diff

diff --git a/swh/core/api/__init__.py b/swh/core/api/__init__.py
--- a/swh/core/api/__init__.py
+++ b/swh/core/api/__init__.py
@@ -152,7 +152,8 @@
# Send the request.
return self.post(meth._endpoint_path, post_data)
- attributes[meth_name] = meth_
+ if meth_name not in attributes:
+ attributes[meth_name] = meth_
class RPCClient(metaclass=MetaRPCClient):

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 18, 4:31 AM (22 h, 41 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3229454

Event Timeline