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 3bdc5b5 commit 0bebe86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jnpr/junos/utils/start_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def open(self):
drop into the Junos shell (csh). This process opens a
:class:`paramiko.SSHClient` instance.
"""
print("Debug1", self.ON_JUNOS)
if self.ON_JUNOS is True:
print("Debug1", self.ON_JUNOS)
self._chan = subprocess.Popen(
Expand Down

0 comments on commit 0bebe86

Please sign in to comment.