Message290604
Tools/scripts/patchcheck.py still checks isdir() in get_base_branch():
@status("Getting base branch for PR",
info=lambda x: x if x is not None else "not a PR branch")
def get_base_branch():
if not os.path.isdir(os.path.join(SRCDIR, '.git')):
# Not a git checkout, so there's no base branch
return None
...
Was it deliberate to not change this line? |
|
| Date |
User |
Action |
Args |
| 2017-03-27 12:59:28 | vstinner | set | recipients:
+ vstinner, ncoghlan |
| 2017-03-27 12:59:28 | vstinner | set | messageid: <[email protected]> |
| 2017-03-27 12:59:28 | vstinner | link | issue29798 messages |
| 2017-03-27 12:59:27 | vstinner | create | |
|