From: Ansgar Burchardt Date: Mon, 17 Sep 2012 17:36:06 +0000 (+0200) Subject: dak/clean_queues.py: restore line setting incoming variable X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c2c3599ab230eb432465ed43667d4fe9fac80f;p=dak dak/clean_queues.py: restore line setting incoming variable --- diff --git a/dak/clean_queues.py b/dak/clean_queues.py index 317edbef..88b0bb93 100755 --- a/dak/clean_queues.py +++ b/dak/clean_queues.py @@ -91,6 +91,7 @@ def init (cnf): utils.fubar("%s must be a directory." % (del_dir)) # Move to the directory to clean + incoming = Options.get("Incoming") if not incoming: incoming = cnf.get('Dir::Unchecked') if not incoming: