Skip to content

Commit 17ce284

Browse files
Undo exception info
1 parent 21851a2 commit 17ce284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sipyco/pc_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def __getattr__(self, name):
499499
and name not in self.__valid_methods
500500
and name not in dir(Client)
501501
):
502-
raise AttributeError("{} not found in cached list".format(name))
502+
raise AttributeError
503503
else:
504504
# If the client exists, pass the call to the client
505505
def tryer(*args, **kwargs):

0 commit comments

Comments
 (0)