Skip to content

Commit a0f1e66

Browse files
committed
!squash fix return
1 parent 2331849 commit a0f1e66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libtmux/test/waiter.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def _check_content(
8888
if predicate(content):
8989
result.value = content
9090
return True
91-
else:
92-
return False
91+
return False
9392
except Exception as e:
9493
error = WaiterContentError("Error capturing pane content")
9594
error.__cause__ = e

0 commit comments

Comments
 (0)