[Downloader] Make Repo.clean_url work with relative urls. (#3142)

* fix(downloader): return string, catch ValueError for relative urls

* chore(changelog): add towncrier entry
This commit is contained in:
jack1142
2019-11-19 19:14:22 +01:00
committed by Michael H
parent ddfabb0c0e
commit 4b62598a3d
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1 @@
Make :attr:`redbot.cogs.downloader.repo_manager.Repo.clean_url` work with relative urls. This property uses `str` type now.