rpm-software-management / urlgrabber

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

Fix schema comparison to work with expected bytes string #37

Closed meaksh closed 1 year ago

meaksh commented 1 year ago

The urlgrab function initially coverts the given url to bytes string via the _to_utf8() helper.

This makes the final url parameter to be bytes, and therefore we need to fix this comparison to work properly.

sbluhm commented 1 year ago

@ycedres , can you please merge this and spin a new release? there are a couple of changes in last release in 2019. Thank you.