From 814ee5385868634e11466297b8a9d205860cf0b6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 12 2014 19:23:07 +0000 Subject: correct bugzilla link in detail pages --- diff --git a/relval/testcase_stats.py b/relval/testcase_stats.py index 352a17b..47863f5 100644 --- a/relval/testcase_stats.py +++ b/relval/testcase_stats.py @@ -174,7 +174,7 @@ class Test(object): if result.bugs: # Add a list of bugs for this status, if any. url = ('{0}: {1}') + '/show_bug.cgi?id={1}">{1}') body += "\n
  • " + '\n
  • '.join([url.format( result.user, bug) for bug in result.bugs]) body += "\n\n"