mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix variable name copy/paste error in build-installer.py (GH-13038)
This commit is contained in:
parent
01ee12ba35
commit
d337169156
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ def buildDMG():
|
||||||
print(" -- retrying hdiutil create")
|
print(" -- retrying hdiutil create")
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
else:
|
else:
|
||||||
raise RuntimeError("command failed: %s"%(commandline,))
|
raise RuntimeError("command failed: %s"%(cmd,))
|
||||||
|
|
||||||
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
|
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
|
||||||
os.mkdir(os.path.join(WORKDIR, "mnt"))
|
os.mkdir(os.path.join(WORKDIR, "mnt"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue