From 373147d150985715db30fbde1684ed556085505f Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Mon, 28 Oct 2024 09:05:06 +0000 Subject: [PATCH] style --- moler/device/unixremote.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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][