Bugfix for version substitution.
This commit is contained in:
parent
921a5b5bcc
commit
13eca0357f
1 changed files with 2 additions and 1 deletions
|
@ -551,7 +551,8 @@ def nearest_url(version):
|
|||
base_url, self.url_version(version))
|
||||
return vdesc.url
|
||||
else:
|
||||
return nearest_url(version)
|
||||
base_url = nearest_url(version)
|
||||
return url.substitute_version(base_url, self.url_version(version))
|
||||
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue