Set INSTALL_PATH 3.
This commit is contained in:
parent
e502d66a3b
commit
9fdad39b5d
1 changed files with 6 additions and 5 deletions
|
@ -26,12 +26,13 @@ if __name__ =='__main__':
|
|||
system = DTUtils.Utils().system
|
||||
|
||||
while True:
|
||||
try:
|
||||
deploy = __import__('deploy_' + system).Deploy()
|
||||
except Exception as e:
|
||||
print('No valid deploy script found: ', e)
|
||||
#try:
|
||||
#deploy = __import__('deploy_' + system).Deploy()
|
||||
#except Exception as e:
|
||||
#print('No valid deploy script found: ', e)
|
||||
|
||||
exit()
|
||||
#exit()
|
||||
|
||||
if system == deploy.targetSystem:
|
||||
deploy.run()
|
||||
|
|
Loading…
Reference in a new issue