mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 08:58:59 +08:00
fix typo
This commit is contained in:
parent
4ef6af26df
commit
81845ab58e
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -178,7 +178,7 @@ jobs:
|
||||
b_version = tools.Version(branch.name)
|
||||
if b_version < tools.Version("10.0.0") and b_version > max_branches_version:
|
||||
max_branches_version = b_version
|
||||
branches_no_commits = repo.commit().count() - branch..commit.count()
|
||||
branches_no_commits = repo.commit().count() - branch.commit.count()
|
||||
except:
|
||||
pass
|
||||
if max_branches_version > latest_branch_version:
|
||||
|
Loading…
x
Reference in New Issue
Block a user