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
Somewhere during development the find_svn_branch_name function
returned a tuple, so if no repo was found I returned a (None, None)
tuple.
After changing what the function returned when an svn repo is found, I
must have forgotten to also change the return value in the case
nothing is found.
0 commit comments