[dak/master] dak/clean_queues.py: restore line setting incoming variable
---
dak/clean_queues.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dak/clean_queues.py b/dak/clean_queues.py
index 317edbe..88b0bb9 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:
--
1.7.2.5
Reply to: