From: Niels Thykier Date: Thu, 11 Jun 2015 12:48:05 +0000 (+0200) Subject: rm: Ensure con_components are not None X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=413dee3570fda4e2d991c1bc6ff839115d690816;hp=dcb3f2496f145c8f606c62f1038f4c3708c86f7c;p=dak.git rm: Ensure con_components are not None Signed-off-by: Niels Thykier --- 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 = '' #######################################################################################################