X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_deferred.py;h=4dd603e4bc53f7c8ccfaf750ed0c13f843d84912;hb=3f76f67b9d9bf590e2b3d0aac5d015b8d52a6149;hp=d19426b14ad7afbd49e06cbc8c6a386fab6bb2ae;hpb=3080993e26a0ac2c374d9a043415fd22847a98ec;p=dak.git diff --git a/dak/show_deferred.py b/dak/show_deferred.py index d19426b1..4dd603e4 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -224,7 +224,7 @@ def list_uploads(filelist, rrd_dir): print header() if uploads: print table_header() - print ''.join(map(lambda x: table_row(*x[1:5]), uploads)) + print ''.join(map(lambda x: table_row(*x[1:5]), uploads)).encode('utf-8') print table_footer() else: print '

Currently no deferred uploads to Debian

'