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
|
system = DTUtils.Utils().system
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
|
||||||
deploy = __import__('deploy_' + system).Deploy()
|
deploy = __import__('deploy_' + system).Deploy()
|
||||||
except Exception as e:
|
#try:
|
||||||
print('No valid deploy script found: ', e)
|
#deploy = __import__('deploy_' + system).Deploy()
|
||||||
|
#except Exception as e:
|
||||||
|
#print('No valid deploy script found: ', e)
|
||||||
|
|
||||||
exit()
|
#exit()
|
||||||
|
|
||||||
if system == deploy.targetSystem:
|
if system == deploy.targetSystem:
|
||||||
deploy.run()
|
deploy.run()
|
||||||
|
|
Loading…
Reference in a new issue