X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=01e95eedae6c61d39424da65cc541a1d0b62de89;hb=019a64264d405d429e04660dabc563e5f0b86ffa;hp=796c98a3c9c21e565501fb2d94a0d9a4e9b87865;hpb=916a3da845aa3b2495cd7f7de44ea68572c37de6;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 796c98a3..01e95eed 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1066,7 +1066,7 @@ def action (): break if queue: print "%s for %s\n%s%s" % ( - daklib.queue.upper(), ", ".join(changes["distribution"].keys()), + queue.upper(), ", ".join(changes["distribution"].keys()), reject_message, summary), queuekey = queue[0].upper() if queuekey in "RQSA":