diff --git a/britney.py b/britney.py index b637ae3..3136c8c 100755 --- a/britney.py +++ b/britney.py @@ -580,7 +580,7 @@ class Britney: for pkg in sorted(bugs.keys()): if not bugs[pkg]: continue - f.write("%s %d\n" % (pkg, ','.join(bugs[pkg]))) + f.write("%s %s\n" % (pkg, ','.join(bugs[pkg]))) f.close() def __maxver(self, pkg, dist):