Skip to content

Commit

Permalink
Return back trigger.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jan 14, 2016
1 parent 763ee55 commit 656b623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hotness/consumers.py
Expand Up @@ -351,8 +351,8 @@ def handle_buildsys_scratch(self, msg):
text2 = "%s %s" % (subtitle, url)

# Followup on bugs we filed
#if task_id in self.triggered_task_ids:
# bugs.append((self.triggered_task_ids.pop(task_id), text1))
if task_id in self.triggered_task_ids:
bugs.append((self.triggered_task_ids.pop(task_id), text1))

# Also follow up on Package Review requests, but only if the package is
# not already in Fedora (it would be a waste of time to query bugzilla
Expand Down

0 comments on commit 656b623

Please sign in to comment.