forked from extern/httpie-cli
Ensured a new line after the request message in the output.
This commit is contained in:
parent
d544ec3823
commit
e175fe9d0e
@ -94,6 +94,7 @@ def _get_output(args, stdout_isatty, response):
|
|||||||
with_headers=cliparse.OUT_REQ_HEADERS in args.output_options,
|
with_headers=cliparse.OUT_REQ_HEADERS in args.output_options,
|
||||||
with_body=cliparse.OUT_REQ_BODY in args.output_options
|
with_body=cliparse.OUT_REQ_BODY in args.output_options
|
||||||
))
|
))
|
||||||
|
output.append('\n')
|
||||||
if do_output_response:
|
if do_output_response:
|
||||||
output.append('\n')
|
output.append('\n')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user