|
Lines 1-11
Link Here
|
| 1 |
--- http_prompt/execution.py.orig 2016-05-20 07:19:56 UTC |
|
|
| 2 |
+++ http_prompt/execution.py |
| 3 |
@@ -241,7 +241,7 @@ class ExecutionVisitor(NodeVisitor): |
| 4 |
assert children[0].expr_name == 'action' |
| 5 |
output = BytesIO() |
| 6 |
try: |
| 7 |
- env = Environment(stdout=output) |
| 8 |
+ env = Environment() |
| 9 |
httpie_main(context.httpie_args(self.method), env=env) |
| 10 |
content = output.getvalue() |
| 11 |
finally: |