Skip to content
Snippets Groups Projects
Commit e918b4c9 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Remove BYTESIO object creation

It turns out that none of the factories currently being used in
production expects bytes as input, and in fact, Util.read_url()
converts everthing to a string anyway, so a BYTES-oriented input
would couldn't not possibly be working. So, just remove all use
of BYTESIO, and instead use only STRINGIO.
parent 1605f929
No related branches found
No related tags found
1 merge request!183Attempt StringIO after failed BytesIO file read
Pipeline #147591 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment