Skip to content

Commit

Permalink
fix for pb.juniper_junos_software_member.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Apr 23, 2024
1 parent 9491c0e commit 4ae522a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/jnpr/junos/utils/sw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,9 +1237,7 @@ def reboot(
cmd, in_min, at, all_re, other_re, vmhost, member_id
)
else:
return self._system_operation(
cmd, in_min, at, all_re, other_re, vmhost
)
return self._system_operation(cmd, in_min, at, all_re, other_re, vmhost)
except RpcTimeoutError as err:
raise err
except Exception as err:
Expand Down

0 comments on commit 4ae522a

Please sign in to comment.