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 44c3068 commit c929ccfCopy full SHA for c929ccf
src/libtmux/_internal/waiter.py
@@ -1288,7 +1288,7 @@ def check_any_content() -> bool:
1288
result.content = content
1289
1290
for i, (pattern, match_type) in enumerate(
1291
- zip(content_patterns, match_types),
+ zip(content_patterns, match_types, strict=True),
1292
):
1293
# Handle predicate match
1294
if match_type == ContentMatchType.PREDICATE:
@@ -1513,7 +1513,7 @@ def check_all_content() -> bool:
1513
matched_patterns.clear()
1514
1515
1516
1517
1518
1519
0 commit comments