Skip to content

Commit

Permalink
Return early in case of missing semver tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mawildoer committed Jan 15, 2024
1 parent 24f9ad0 commit 187802f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atopile/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def install_dependency(
"No semver tags found for this module. Using latest default branch :hot_pepper:.",
extra={"markup": True},
)
return None

# If the repo is dirty, throw an error
if repo.is_dirty():
Expand Down

0 comments on commit 187802f

Please sign in to comment.