We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21851a2 commit 17ce284Copy full SHA for 17ce284
sipyco/pc_rpc.py
@@ -499,7 +499,7 @@ def __getattr__(self, name):
499
and name not in self.__valid_methods
500
and name not in dir(Client)
501
):
502
- raise AttributeError("{} not found in cached list".format(name))
+ raise AttributeError
503
else:
504
# If the client exists, pass the call to the client
505
def tryer(*args, **kwargs):
0 commit comments