Merging upstream version 0.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5bb53e823c
commit
5145e72015
5 changed files with 21 additions and 15 deletions
|
@ -137,8 +137,7 @@ class EOSDownloader(ObjectDownloader):
|
|||
selected_branch = EosVersion.from_str(BASE_BRANCH_STR)
|
||||
for branch in self._get_branches(with_rtype=rtype):
|
||||
branch = EosVersion.from_str(branch)
|
||||
if branch > selected_branch:
|
||||
selected_branch = branch
|
||||
selected_branch = max(selected_branch, branch)
|
||||
return selected_branch
|
||||
|
||||
def get_eos_versions(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue