From 7d1cafada3e00596f44f5d2ab1e8f2cf71d2bd8b Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 20 Feb 2011 14:26:13 +0800 Subject: [PATCH] Include the correct path to the graph images in new.html --- dak/queue_report.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index a929a4b6..2f92bcf6 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -656,12 +656,12 @@ def main(): if Cnf.has_key("Queue-Report::Options::New"): for dir in directories: print """ -

%s, last day

-

%s, last week

-

%s, last month

-

%s, last year

-

%s, last 5 years

-

%s, last 10 years

+

%s, last day

+

%s, last week

+

%s, last month

+

%s, last year

+

%s, last 5 years

+

%s, last 10 years

""" % ((dir,)*12) if Cnf.has_key("Queue-Report::Options::New"): -- 2.39.2