[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] rm: Ensure con_components are not None



Signed-off-by: Niels Thykier <niels@thykier.net>
---
 daklib/rm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daklib/rm.py b/daklib/rm.py
index 4019a81..71fe792 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.1.4


Reply to: