You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @check_repo decorator attempts to reference a variable called repo. But if the user isn't in a git repo, then this variable is unset, and that results in a NameError exception.
Expected behavior
No NameError.
Additional context
This bug was introduced in PR#395, semantic_release/vcs_helpers.py.
The text was updated successfully, but these errors were encountered:
The problem
The
@check_repo
decorator attempts to reference a variable calledrepo
. But if the user isn't in a git repo, then this variable is unset, and that results in aNameError
exception.Expected behavior
No
NameError
.Additional context
This bug was introduced in PR#395, semantic_release/vcs_helpers.py.

The text was updated successfully, but these errors were encountered: