We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76f03a commit 3a1aaddCopy full SHA for 3a1aadd
netmiko/lancom/lancom_lcossx5.py
@@ -10,11 +10,7 @@ def session_preparation(self) -> None:
10
offers inconsistent command options
11
"""
12
self._test_channel_read()
13
- super().send_command_timing(
14
- "enable",
15
- strip_prompt=False,
16
- strip_command=False,
17
- )
+ self.enable(enable_pattern=r"#")
18
super().set_base_prompt()
19
super().disable_paging()
20
self.clear_buffer()
0 commit comments