X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=547972ed0932b6af669e836e96a61dbfcbdf100d;hb=df6e3e5f79788962ecb9f2d283ef640c6fef0301;hp=e81614c3e742e89a2b1b8c6538e8f65a712bcbe5;hpb=0e38f71a248f22db3ac0870350afe9799abc6a04;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index e81614c3..547972ed 100644 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -108,8 +108,7 @@ def prod_maintainer(notes, upload): # Here we prepare an editor and get them ready to prod... (fd, temp_filename) = utils.temp_filename() temp_file = os.fdopen(fd, 'w') - for note in notes: - temp_file.write(note.comment) + temp_file.write("\n\n=====\n\n".join([note.comment for note in notes])) temp_file.close() editor = os.environ.get("EDITOR","vi") answer = 'E'