mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
gh-130878: Add extra check to prepare_ssl.py (GH-130879)
This commit is contained in:
parent
4f6218959e
commit
2904ec2273
@ -70,7 +70,8 @@ def copy_includes(makefile, suffix):
|
||||
try:
|
||||
os.makedirs(dir)
|
||||
except OSError:
|
||||
pass
|
||||
if not os.path.isdir(dir):
|
||||
raise
|
||||
copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl'
|
||||
with open(makefile) as fin:
|
||||
for line in fin:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user