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 ae40448 commit c12a0fc
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 @@ -119,6 +119,7 @@ def open(self):
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
close_fds=1,
bufsize=0,
)
else:
self._client = open_ssh_client(dev=self._nc)
Expand Down

0 comments on commit c12a0fc

Please sign in to comment.