Skip to content

Commit

Permalink
Remove branch check when not a starter
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed Dec 23, 2024
1 parent f6ecca5 commit 9a45382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kedro/framework/cli/starters.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def new( # noqa: PLR0913
checkout = _select_checkout_branch_for_cookiecutter(checkout)
elif starter_alias is not None:
template_path = starter_alias
checkout = _select_checkout_branch_for_cookiecutter(checkout)
else:
template_path = str(TEMPLATE_PATH)

Expand Down

0 comments on commit 9a45382

Please sign in to comment.