mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #1093 Create client_dev, client_patch and client_install directories in setup if needed.
This commit is contained in:
parent
470a00a2c4
commit
6c1bdbec1a
1 changed files with 5 additions and 0 deletions
|
@ -277,6 +277,11 @@ for projectName in ProjectsToProcess:
|
|||
except Exception, e:
|
||||
printLog(log, "<" + projectName + "> " + str(e))
|
||||
printLog(log, "")
|
||||
# Additional directories
|
||||
printLog(log, ">>> Setup additional directories <<<")
|
||||
mkPath(log, ClientDevDirectory)
|
||||
mkPath(log, ClientPatchDirectory)
|
||||
mkPath(log, ClientInstallDirectory)
|
||||
|
||||
log.close()
|
||||
if os.path.isfile("0_setup.log"):
|
||||
|
|
Loading…
Reference in a new issue