Ensured a new line after the request message in the output.

This commit is contained in:
Jakub Roztocil 2012-06-13 15:32:02 +02:00
parent d544ec3823
commit e175fe9d0e

View File

@ -94,6 +94,7 @@ def _get_output(args, stdout_isatty, response):
with_headers=cliparse.OUT_REQ_HEADERS in args.output_options,
with_body=cliparse.OUT_REQ_BODY in args.output_options
))
output.append('\n')
if do_output_response:
output.append('\n')