Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Aug 7, 2024
1 parent 74c87c2 commit f757ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bert_e/workflow/gitwaterflow/branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ def update_micro(self, tag):
branches = self._cascade.get((major, minor), {})
major_branches = self._cascade.get((major, None), {})

if not branches and not major_branch:
if not branches and not major_branches:
LOG.debug("Ignore tag: %s", tag)
return

Expand Down

0 comments on commit f757ade

Please sign in to comment.