From 4ae522a5fe2794f37582984f6322566560109268 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Tue, 23 Apr 2024 16:22:42 +0530 Subject: [PATCH] fix for pb.juniper_junos_software_member.yml --- lib/jnpr/junos/utils/sw.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/jnpr/junos/utils/sw.py b/lib/jnpr/junos/utils/sw.py index 2a1e65ce5..95f7745b8 100644 --- a/lib/jnpr/junos/utils/sw.py +++ b/lib/jnpr/junos/utils/sw.py @@ -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: