Skip to content
Snippets Groups Projects
Commit 90f0f3ba authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed bug in view log function for remote computing manager.

parent 9dde89a6
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ class RemoteComputingManager(ComputingManager):
raise NotImplementedError('Remote tasks not requiring keys are not yet supported')
# Get computing host
host = task.computing.get_conf_param('master')
host = task.computing.get_conf_param('host')
user = task.computing.get_conf_param('user')
# Stop the task remotely
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment