mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
fix typo
This commit is contained in:
parent
4ef6af26df
commit
81845ab58e
1 changed files with 1 additions and 1 deletions
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)
|
b_version = tools.Version(branch.name)
|
||||||
if b_version < tools.Version("10.0.0") and b_version > max_branches_version:
|
if b_version < tools.Version("10.0.0") and b_version > max_branches_version:
|
||||||
max_branches_version = b_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:
|
except:
|
||||||
pass
|
pass
|
||||||
if max_branches_version > latest_branch_version:
|
if max_branches_version > latest_branch_version:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue