Skip to content

Commit

Permalink
Update platformwrapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika authored Oct 23, 2024
1 parent 4ef227b commit 9a00b0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/volttrontesting/platformwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,6 @@ def __wait_for_control_connection_to_exit__(self, timeout: int = 10):
disconnected = False
timer_start = time.time()
while not disconnected:
peers = self.dynamic_agent.vip.peerlist().get(timeout=10)
print(f"Peers: {peers}")
try:
peers = self.dynamic_agent.vip.peerlist().get(timeout=10)

Expand Down

0 comments on commit 9a00b0b

Please sign in to comment.