Skip to content

Commit

Permalink
Update junos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-rsankar authored Dec 23, 2021
1 parent 6a9a5ef commit 915dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/proxy/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def ping():

def _rpc_file_list(dev):
try:
dev.rpc.file_list(path="/dev/null", dev_timeout=5)
dev.rpc.file_list(path="/dev/null")
return True
except (RpcTimeoutError, ConnectClosedError):
try:
Expand Down

0 comments on commit 915dacb

Please sign in to comment.