diff options
-rw-r--r-- | becommands/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/html.py b/becommands/html.py index 2f3a7ee..908c714 100644 --- a/becommands/html.py +++ b/becommands/html.py @@ -71,7 +71,7 @@ def execute(args, manipulate_encodings=True): st[s] = 0 for b in sorted(bd, reverse=True): stime[b.uuid] = b.time - if b.status in ["open", "test", "unconfirmed", "assigned"]: + if b.active == True: bugs_active.append(b) else: bugs_inactive.append(b) |