Skip to content

Commit fe5f3ce

Browse files
morehouseShahanaFarooqui
authored andcommitted
pyln: remove unused variable
Variable inroduced in 708fb17 is making CI fail.
1 parent ea23122 commit fe5f3ce

File tree

1 file changed

+1
-1
lines changed
  • contrib/pyln-testing/pyln/testing

1 file changed

+1
-1
lines changed

contrib/pyln-testing/pyln/testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def grpc(self):
861861
lambda v: v[0] == 'grpc-port',
862862
self.daemon.opts.items()
863863
).__next__()[1])
864-
except Exception as e:
864+
except Exception:
865865
raise ValueError("grpc-port is not specified, can't connect over grpc")
866866

867867
import grpc

0 commit comments

Comments
 (0)