Kaydet (Commit) f0a8744b authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

url encode

üst aac494c6
...@@ -433,7 +433,7 @@ def fetch_git(url, destdir="", branch="master"): ...@@ -433,7 +433,7 @@ def fetch_git(url, destdir="", branch="master"):
def fetch_url(url, destdir=None, progress=None, destfile=None, pkgname=''): def fetch_url(url, destdir=None, progress=None, destfile=None, pkgname=''):
url = util.url_encode(str(url))
if not destdir: if not destdir:
destdir = ctx.config.archives_dir() destdir = ctx.config.archives_dir()
if not progress: if not progress:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment