X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=ec7b3a7d2fe55abbf089dcf65f0910f97ef3e1d5;hb=2c05c40075552c2a208c1ffcdb90374e74ce91b0;hp=82e938474bdc70eb8ee48eb96f0389a6dc0b3e4d;hpb=ea170b5feb7d6137d53082baa10c5214c4cbf42f;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 82e93847..ec7b3a7d 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -655,7 +655,7 @@ def main(): if queue: directory = os.path.abspath(queue.path) changes_files = glob.glob("%s/*.changes" % (directory)) - process_changes_files(changes_files, directory, f, rrd_dir) + process_changes_files(changes_files, os.path.basename(directory), f, rrd_dir) else: utils.warn("Cannot find queue %s" % queue_name)