create destdir & ancestors

This commit is contained in:
David Goodger 2006-05-02 18:34:22 +00:00
parent 89212bcb3a
commit 75a2ec6bd9
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ def set_up_pyramid(inpath):
needSvn = 0
if not os.path.exists(destDir):
needSvn = 1
os.mkdir(destDir)
os.makedirs(destDir)
# write content.html
foofilename = os.path.join(destDir, 'content.html')