Skip to content

Commit 4b6734d

Browse files
committed
tools/test-events-clightning.py: correct an indent error
1 parent 213258d commit 4b6734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-events-clightning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def recv(self, conn, outbuf, line):
266266
# reading it to figure out what went wrong.
267267
fut = self.executor.submit(self._readmsg, conn)
268268
try:
269-
msg = fut.result(1)
269+
msg = fut.result(1)
270270
except futures.TimeoutError:
271271
msg = None
272272
if msg:

0 commit comments

Comments
 (0)