From 19b5063cea6dda275e791a41ff25a44ef3c4f360 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Wed, 7 Dec 2011 22:37:49 +0000 Subject: [PATCH] Fix brown paper bug handling "hint"s with multiple package initial sets Signed-off-by: Adam D. Barratt --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 055cc06..f36484c 100755 --- a/britney.py +++ b/britney.py @@ -2033,7 +2033,7 @@ class Britney: lundo = [] if not hint: - self.output_write("recur: [%s] %s %d/%d\n" % ("", ",".join(selected), len(packages), len(extra))) + self.output_write("recur: [%s] %s %d/%d\n" % ("", ",".join([str(x) for x in selected]), len(packages), len(extra))) # loop on the packages (or better, actions) while packages: