Skip to content

Commit

Permalink
Merge pull request #1310 from chidanandpujar/sw_member_reboot_fix1
Browse files Browse the repository at this point in the history
Fix for invoking _system_operation with arg m_id
  • Loading branch information
dineshbaburam91 committed May 2, 2024
2 parents 8bb2686 + c4d3b68 commit 26a0b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/junos/utils/sw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def reboot(
for m_id in member_id:
if m_id in vc_members:
return self._system_operation(
cmd, in_min, at, all_re, other_re, vmhost, member_id
cmd, in_min, at, all_re, other_re, vmhost, member_id=m_id
)
else:
return self._system_operation(cmd, in_min, at, all_re, other_re, vmhost)
Expand Down

0 comments on commit 26a0b35

Please sign in to comment.