Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc5e145

Browse files
committed
Close the project after generating it, so we don't keep a gazillion project
files open when we're rebuilding them all.
1 parent 7504dfe commit bc5e145

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Lib/mkcwproject/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def makeproject(xmlfile, projectfile):
6161
xmlfss = macfs.FSSpec(xmlfile)
6262
prjfss = macfs.FSSpec(projectfile)
6363
cw.my_mkproject(prjfss, xmlfss)
64+
cw.Close_Project()
6465

6566
def buildproject(projectfile):
6667
cw = cwtalker.MyCodeWarrior(start=1)

0 commit comments

Comments
 (0)