summaryrefslogtreecommitdiffstats
path: root/textw/task_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/task_text.py')
-rw-r--r--textw/task_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/task_text.py b/textw/task_text.py
index 492789f79..0c062685e 100644
--- a/textw/task_text.py
+++ b/textw/task_text.py
@@ -53,7 +53,7 @@ class TaskWindow:
if not self.backend.groupListExists(grps):
continue
- if self.backend.groupListDefault(grps)
+ if self.backend.groupListDefault(grps):
ct.append(_(txt), txt, True)
else:
ct.append(_(txt), txt, False)