forked from extern/httpie-cli
Fixed --debug output
This commit is contained in:
parent
fdabbc6048
commit
1a43c0e5f7
@ -52,7 +52,7 @@ def get_response(args, config_dir):
|
|||||||
|
|
||||||
|
|
||||||
def dump_request(kwargs):
|
def dump_request(kwargs):
|
||||||
sys.stderr.write('\n>>> requests.request(%s)\n\n'
|
sys.stderr.write('\n>>> requests.request(**%s)\n\n'
|
||||||
% pformat(kwargs))
|
% pformat(kwargs))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user