diff --git a/moler/device/unixremote.py b/moler/device/unixremote.py index fa601f68c..a4ba40ef8 100644 --- a/moler/device/unixremote.py +++ b/moler/device/unixremote.py @@ -436,9 +436,9 @@ def _overwrite_prompts(self): """ if self._use_proxy_pc: self._configurations[UnixRemote.connection_hops][UnixRemote.unix_remote][UnixRemote.proxy_pc][ - "command_params"]["expected_prompt"] = \ - self._configurations[UnixRemote.connection_hops][UnixRemote.unix_local][UnixRemote.proxy_pc][ - "command_params"]["expected_prompt"] + "command_params"]["expected_prompt"] = \ + self._configurations[UnixRemote.connection_hops][UnixRemote.unix_local][UnixRemote.proxy_pc][ + "command_params"]["expected_prompt"] self._configurations[UnixRemote.connection_hops][UnixRemote.unix_remote_root][UnixRemote.unix_remote][ "command_params"]["expected_prompt"] = \ self._configurations[UnixRemote.connection_hops][UnixRemote.proxy_pc][UnixRemote.unix_remote][