From: Paul Wise Date: Sun, 20 Feb 2011 06:26:13 +0000 (+0800) Subject: Include the correct path to the graph images in new.html X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7d1cafada3e00596f44f5d2ab1e8f2cf71d2bd8b;hp=7b3c2a52a559c459ddf5da96cfeceba8b19cba9d;p=dak.git Include the correct path to the graph images in new.html --- 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"):