Fix brown paper bug handling "hint"s with multiple package initial sets

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
Adam D. Barratt 2011-12-07 22:37:49 +00:00
parent 2031288ead
commit 57878c9077

View File

@ -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: