Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 28, 2024
1 parent 1622eb7 commit 373147d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moler/device/unixremote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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][
Expand Down

0 comments on commit 373147d

Please sign in to comment.