Fixes in tasks
This commit is contained in:
parent
0839729105
commit
12116ce3c5
2 changed files with 36 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ def execute_script(task_id, executable='launcher.py'):
|
|||
|
||||
return_value=proc.returncode
|
||||
|
||||
if return_value>0:
|
||||
if return_value!=0:
|
||||
connection=WebModel.connection()
|
||||
|
||||
if executable=='launcher.py':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue