Changed: #1093 Create client_dev, client_patch and client_install directories in setup if needed.
This commit is contained in:
parent
0827d29d59
commit
c658184af6
1 changed files with 5 additions and 0 deletions
|
@ -277,6 +277,11 @@ for projectName in ProjectsToProcess:
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
printLog(log, "<" + projectName + "> " + str(e))
|
printLog(log, "<" + projectName + "> " + str(e))
|
||||||
printLog(log, "")
|
printLog(log, "")
|
||||||
|
# Additional directories
|
||||||
|
printLog(log, ">>> Setup additional directories <<<")
|
||||||
|
mkPath(log, ClientDevDirectory)
|
||||||
|
mkPath(log, ClientPatchDirectory)
|
||||||
|
mkPath(log, ClientInstallDirectory)
|
||||||
|
|
||||||
log.close()
|
log.close()
|
||||||
if os.path.isfile("0_setup.log"):
|
if os.path.isfile("0_setup.log"):
|
||||||
|
|
Loading…
Reference in a new issue