[object Object]

← back to Exo

consistnet self.topology

0b9ee8abf70631737d141bca983df9c97e3162d1 · 2024-12-05 22:33:42 +0000 · Alex Cheema

Files touched

Diff

commit 0b9ee8abf70631737d141bca983df9c97e3162d1
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Thu Dec 5 22:33:42 2024 +0000

    consistnet self.topology
---
 exo/orchestration/standard_node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/orchestration/standard_node.py b/exo/orchestration/standard_node.py
index b88b1722..5ba3b632 100644
--- a/exo/orchestration/standard_node.py
+++ b/exo/orchestration/standard_node.py
@@ -83,7 +83,7 @@ class StandardNode(Node):
         download_progress = RepoProgressEvent.from_dict(status_data.get('progress'))
         self.node_download_progress[status_data.get('node_id')] = download_progress
       if self.topology_viz:
-        self.topology_viz.update_visualization(self.current_topology, self.partitioning_strategy.partition(self.current_topology), self.id, self.node_download_progress)
+        self.topology_viz.update_visualization(self.topology, self.partitioning_strategy.partition(self.topology), self.id, self.node_download_progress)
     except Exception as e:
       if DEBUG >= 1: print(f"Error updating visualization: {e}")
       if DEBUG >= 1: traceback.print_exc()

← 657520ed pass origin_node_id to merge  ·  back to Exo  ·  test a0e083a1 →