X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_upload.py;h=d5425e058ccfa2de6c87dc43e8ec24cce83c5915;hb=245c6549dbacaeab5ee36ec74372b1df8675b477;hp=627c7dde6ccd8ce05db9cf50481c59a294ddad44;hpb=2e773c2c46e1dad84a8868d9b546f261adfe9317;p=dak.git diff --git a/dak/process_upload.py b/dak/process_upload.py index 627c7dde..d5425e05 100755 --- a/dak/process_upload.py +++ b/dak/process_upload.py @@ -297,7 +297,6 @@ def accept(directory, upload): @try_or_reject def accept_to_new(directory, upload): - cnf = Config() Logger.log(['ACCEPT-TO-NEW', upload.changes.filename]) print "ACCEPT-TO-NEW" @@ -379,8 +378,6 @@ def action(directory, upload): if Options["No-Action"] or Options["Automatic"]: answer = 'S' - queuekey = '' - print summary print print "\n".join(package_info)