From 1e532dabcf16f870f9815bf9a38a6a7077c79233 Mon Sep 17 00:00:00 2001 From: Alexander Reichle-Schmehl Date: Sun, 19 Sep 2010 15:40:56 +0200 Subject: [PATCH] Fix key error if do-close isn't set --- dak/rm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/rm.py b/dak/rm.py index efdb7c57..e7dbde64 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -283,7 +283,7 @@ def main (): for i in [ "architecture", "binary-only", "carbon-copy", "component", "done", "help", "no-action", "partial", "rdep-check", "reason", - "source-only" ]: + "source-only", "Do-Close" ]: if not cnf.has_key("Rm::Options::%s" % (i)): cnf["Rm::Options::%s" % (i)] = "" if not cnf.has_key("Rm::Options::Suite"): -- 2.39.2