mirror of https://github.com/python/cpython.git
Close the project after building it, so that building umpteen projects doesn't keep all the projects open.
This commit is contained in:
parent
620ec9d1ca
commit
6f484cb25a
|
@ -56,6 +56,7 @@ def buildproject(projectfile):
|
|||
prjfss = macfs.FSSpec(projectfile)
|
||||
cw.open(prjfss)
|
||||
cw.Make_Project() # XXX Should set target
|
||||
cw.Close_Project()
|
||||
|
||||
def cleanproject(projectfile):
|
||||
cw = cwtalker.MyCodeWarrior(start=1)
|
||||
|
|
Loading…
Reference in New Issue