Skip to content

Commit

Permalink
python3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Nov 29, 2023
1 parent 4d5b900 commit 1420c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jnpr/junos/utils/start_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def open(self):
:class:`paramiko.SSHClient` instance.
"""
if self.ON_JUNOS is True:
print("Debug1 open", self.ON_JUNOS)
self._chan = subprocess.Popen(
["cli", "start", "shell", self.shell_type],
shell=False,
Expand Down

0 comments on commit 1420c9e

Please sign in to comment.