aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b4/ty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/ty.py b/b4/ty.py
index 842ec11..c6d13cb 100644
--- a/b4/ty.py
+++ b/b4/ty.py
@@ -375,7 +375,7 @@ def auto_thankanator(cmdargs):
# Weed out series that have no matches at all
found = False
for commit in commits:
- if commit[0] is not None:
+ if commit[1] is not None:
found = True
break
if not found: