rpm-software-management / urlgrabber

GNU Lesser General Public License v2.1
14 stars 23 forks source link

Decode bytes to a string for ftplib.parse150() (RhBug:1734527) #23

Closed lukash closed 4 years ago

lukash commented 4 years ago

ftplib.parse150() expects a string, we need to decode the bytes before passing them to the function in Python 3.

https://bugzilla.redhat.com/show_bug.cgi?id=1734527