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 ea23122 commit fe5f3ceCopy full SHA for fe5f3ce
contrib/pyln-testing/pyln/testing/utils.py
@@ -861,7 +861,7 @@ def grpc(self):
861
lambda v: v[0] == 'grpc-port',
862
self.daemon.opts.items()
863
).__next__()[1])
864
- except Exception as e:
+ except Exception:
865
raise ValueError("grpc-port is not specified, can't connect over grpc")
866
867
import grpc
0 commit comments