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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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