X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=547972ed0932b6af669e836e96a61dbfcbdf100d;hb=e0b4ccb86f8dc25a0e4936a616741e005e597c7e;hp=e81614c3e742e89a2b1b8c6538e8f65a712bcbe5;hpb=80bba6668e1b33f5e6c43f560d0caa4ffc18ba90;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'