mirror of
https://github.com/httpie/cli.git
synced 2025-08-14 09:39:09 +02:00
Converted built-in formatters to formatter plugins.
Still work in progress and the API should be considered private for now.
This commit is contained in:
@ -158,7 +158,6 @@ def http(*args, **kwargs):
|
||||
stdout.seek(0)
|
||||
stderr.seek(0)
|
||||
output = stdout.read()
|
||||
|
||||
try:
|
||||
output = output.decode('utf8')
|
||||
except UnicodeDecodeError:
|
||||
|
Reference in New Issue
Block a user