]> git.decadent.org.uk Git - dak.git/commitdiff
Fix key error if do-close isn't set
authorAlexander Reichle-Schmehl <alexander@schmehl.info>
Sun, 19 Sep 2010 13:40:56 +0000 (15:40 +0200)
committerAlexander Reichle-Schmehl <alexander@schmehl.info>
Sun, 19 Sep 2010 13:40:56 +0000 (15:40 +0200)
dak/rm.py

index efdb7c57161ca9b311dae1ff183d449e4b66c5c1..e7dbde64c486a94db7443112f9b679491299cf3e 100755 (executable)
--- 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"):