Oops broken py34 again
This commit is contained in:
parent
b6e9bc8cce
commit
4ea517f53f
@ -85,8 +85,8 @@ def main(argv=None, stdout=None):
|
||||
mime_type='application/json')
|
||||
stream.stopTestRun()
|
||||
else:
|
||||
stdout.write(content.decode('utf-8'))
|
||||
stdout.write("\n")
|
||||
stdout.write(content)
|
||||
stdout.write(b"\n")
|
||||
if args.output:
|
||||
with open(args.output, 'wb') as output:
|
||||
output.write(content)
|
||||
|
Loading…
x
Reference in New Issue
Block a user