Show More
@@ -357,10 +357,10 b' def _processpart(op, part):' | |||
|
357 | 357 | finally: |
|
358 | 358 | if output is not None: |
|
359 | 359 | output = op.ui.popbuffer() |
|
360 | if output: | |
|
361 | outpart = op.reply.newpart('output', data=output, | |
|
362 | mandatory=False) | |
|
363 | outpart.addparam('in-reply-to', str(part.id), mandatory=False) | |
|
360 | if output: | |
|
361 | outpart = op.reply.newpart('output', data=output, | |
|
362 | mandatory=False) | |
|
363 | outpart.addparam('in-reply-to', str(part.id), mandatory=False) | |
|
364 | 364 | finally: |
|
365 | 365 | # consume the part content to not corrupt the stream. |
|
366 | 366 | part.seek(0, 2) |
General Comments 0
You need to be logged in to leave comments.
Login now