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 fbcd501 commit af0da15Copy full SHA for af0da15
netmiko/lancom/lancom_lcossx5.py
@@ -20,12 +20,6 @@ def session_preparation(self) -> None:
20
super().disable_paging()
21
self.clear_buffer()
22
23
- def set_terminal_width(self, *args: Any, **kwargs: Any) -> str:
24
- """
25
- LCOS SX 5 does not support 'terminal width', therefore skip it.
26
27
- return ""
28
-
29
def check_config_mode(
30
self,
31
check_string: str = "(Config)#",
0 commit comments