Skip to content

Commit

Permalink
Revert a connectivity signature change.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Apr 3, 2024
1 parent e562fbd commit 674b749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/routines/tds.py
Expand Up @@ -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

Expand Down

0 comments on commit 674b749

Please sign in to comment.