]> granicus.if.org Git - python/commit
bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Apr 2017 09:22:36 +0000 (19:22 +1000)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 09:22:36 +0000 (19:22 +1000)
commit4c116cb3b3ee38cae229f7e0df0cd2045fe73c27
tree8928eee640aadeaee74f28a42afe34017086d2d0
parentaf685f9050416da8050e0ec11a8dff9afd4130e7
bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)

The original attempted fix missed an `isdir()` call in
`get_base_branch()`.
(cherry picked from commit 2abfdf5a81383d3b1ed6b7321903a9a168c373c5)
Tools/scripts/patchcheck.py