Fixes in dashboard
This commit is contained in:
parent
3a375c3399
commit
8d7bf71747
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ def pastafari2_make_task():
|
|||
|
||||
ssh_key_priv='./ssh/id_rsa'
|
||||
|
||||
if not task.run_task(server_host, path_task, task_first.name_task, task_first.codename_task, task_first.description_task, user=user, password='', where_sql_server=where_sql, ssh_key_priv=ssh_key_priv, url=task_firs.url_return, data=data, send_task=True):
|
||||
if not task.run_task(server_host, path_task, task_first.name_task, task_first.codename_task, task_first.description_task, user=user, password='', where_sql_server=where_sql, ssh_key_priv=ssh_key_priv, url=task_first.url_return, data=data, send_task=True):
|
||||
|
||||
error=1
|
||||
error_form['#server_host_error']=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue