diff --git a/lib/jnpr/junos/utils/sw.py b/lib/jnpr/junos/utils/sw.py index 4b909ffba..e6b234433 100644 --- a/lib/jnpr/junos/utils/sw.py +++ b/lib/jnpr/junos/utils/sw.py @@ -1077,7 +1077,7 @@ def _system_operation( """ if other_re is True: if self._dev.facts["2RE"]: - cmd = E("other-routing-engine") + cmd.append(E("other-routing-engine")) elif all_re is True: if self._multi_RE is True and vmhost is True: cmd.append(E("routing-engine", "both"))