=== modified file 'sru-report'
--- sru-report	2018-12-14 21:55:41 +0000
+++ sru-report	2019-01-08 18:11:25 +0000
@@ -340,7 +340,7 @@
                     for task in bug.bug_tasks:
                         if task.self_link.split('/')[4] != 'ubuntu':
                             continue
-                        if len(task.self_link.split('/')) != 8:
+                        if len(task.self_link.split('/')) != 10:
                             continue
                         if pkg == task.self_link.split('/')[7] \
                                 and release == task.self_link.split('/')[5]:

