Skip to content

Commit 5c67fce

Browse files
author
eedmicl
committed
format corrected
1 parent 4a29a05 commit 5c67fce

File tree

1 file changed

+2
-4
lines changed
  • lib/jnpr/junos/utils

1 file changed

+2
-4
lines changed

lib/jnpr/junos/utils/sw.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,8 @@ def _system_operation(
11311131
elif self._mixed_VC is True:
11321132
cmd.append(E("all-members"))
11331133
elif (
1134-
(self._multi_VC_nsync is True
1135-
or self._multi_VC is True)
1136-
and member_id is not None
1137-
):
1134+
self._multi_VC_nsync is True or self._multi_VC is True
1135+
) and member_id is not None:
11381136
cmd.append(E("member", str(member_id)))
11391137
if in_min >= 0 and at is None:
11401138
cmd.append(E("in", str(in_min)))

0 commit comments

Comments
 (0)