]> git.decadent.org.uk Git - dak.git/commitdiff
Merge remote-tracking branch 'nthykier/auto-decruft'
authorJoerg Jaspert <joerg@debian.org>
Thu, 11 Jun 2015 12:49:41 +0000 (14:49 +0200)
committerJoerg Jaspert <joerg@debian.org>
Thu, 11 Jun 2015 12:49:41 +0000 (14:49 +0200)
* nthykier/auto-decruft:
  rm: Ensure con_components are not None

daklib/rm.py

index 4019a8181164aec339eaea4c7a4239dbdf2d0112..71fe792a2d08a3232bf65f99a34da346f28f9113 100644 (file)
@@ -352,7 +352,7 @@ def remove(session, reason, suites, removals,
     suite_ids_list = []
     suites_list = utils.join_with_commas_and(suites)
     cnf = utils.get_conf()
-    con_components = None
+    con_components = ''
 
     #######################################################################################################