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

0 comments on commit ae40448

Please sign in to comment.