]> git.decadent.org.uk Git - dak.git/blobdiff - dak/show_deferred.py
Python behaves differently if you're redirecting to a file or not...
[dak.git] / dak / show_deferred.py
index d19426b14ad7afbd49e06cbc8c6a386fab6bb2ae..4dd603e4bc53f7c8ccfaf750ed0c13f843d84912 100755 (executable)
@@ -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 '<h1>Currently no deferred uploads to Debian</h1>'