You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no need for the basename call, passing filename=uri should be sufficient and OK since it's always available there anyway. @mpenkov any reason not to add this?
Problem description
Be sure your description clearly answers the following questions:
When attempting to decompress a file stream from an FTP source, I am getting
This then causes errors as it returns the still compressed file blob.
Steps/code to reproduce the problem
Output:
I (poorly) tweaked smart_open_lib.py#L225 to include the
filename
param and it works to decode my file.Versions
Checklist
Before you create the issue, please make sure you have:
The text was updated successfully, but these errors were encountered: