From 413dee3570fda4e2d991c1bc6ff839115d690816 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Thu, 11 Jun 2015 14:48:05 +0200 Subject: [PATCH] rm: Ensure con_components are not None Signed-off-by: Niels Thykier --- daklib/rm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '' ####################################################################################################### -- 2.39.2