]> granicus.if.org Git - python/commit
Issue #29798: Handle git worktree in patchcheck (#1057)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Apr 2017 08:32:48 +0000 (18:32 +1000)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 08:32:48 +0000 (18:32 +1000)
commitd6d943a090cffa8925fb5a5d92357dbdb15040c5
tree72e203eef9a530810ddd8e090b723c697849abc8
parente41390aca51e4e3eb455cf3b70f5d656a2814db9
Issue #29798: Handle git worktree in patchcheck (#1057)

The original attempted fix missed an `isdir()` call in
`get_base_branch()`.
Tools/scripts/patchcheck.py