From 674b7493dff41f0400dec895b746b94c898e7433 Mon Sep 17 00:00:00 2001 From: Hantao Cui Date: Wed, 3 Apr 2024 03:13:47 +0000 Subject: [PATCH] Revert a connectivity signature change. --- andes/routines/tds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andes/routines/tds.py b/andes/routines/tds.py index a2540111e..2c937dd7a 100644 --- a/andes/routines/tds.py +++ b/andes/routines/tds.py @@ -817,7 +817,7 @@ def do_switch(self): # check system connectivity after a switching if ret is True and self.config.check_conn == 1: - system.connectivity(info=False, routine='tds') + system.connectivity(info=False) return ret