From: Joerg Jaspert Date: Thu, 11 Jun 2015 12:49:41 +0000 (+0200) Subject: Merge remote-tracking branch 'nthykier/auto-decruft' X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=0562b43d8a0722f28e7e8ef18f7492fbdebe125a;hp=99b369add85beec0a3335d5687bdf699d47da6b2;p=dak.git Merge remote-tracking branch 'nthykier/auto-decruft' * nthykier/auto-decruft: rm: Ensure con_components are not None --- diff --git a/daklib/rm.py b/daklib/rm.py index 4019a818..71fe792a 100644 --- a/daklib/rm.py +++ b/daklib/rm.py @@ -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 = '' #######################################################################################################