From 62ec6ac22d642873c6a52c03ebcfac750674601f Mon Sep 17 00:00:00 2001 From: lertlmaier Date: Mon, 2 Jun 2025 15:30:02 +0200 Subject: [PATCH] =?UTF-8?q?Ausgabe=20zur=20Graphen-Anzeige=20hinzugef?= =?UTF-8?q?=C3=BCgt.=20Aufforderung=20Graph=20zu=20schlie=C3=9Fen=20um=20f?= =?UTF-8?q?ortzufahren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routing.py b/lib/routing.py index c30f693..81c8e29 100644 --- a/lib/routing.py +++ b/lib/routing.py @@ -88,6 +88,7 @@ def create_plant(racks:dict, sensors:dict, distributors:dict, mapping:dict, tunn # Ermittle kürzeste Wege von Unterverteilern zu zugehörigen Sensoren paths = an.create_cable_paths(G) if args.graph: + print("Displaying Graph in seperate window. To continue please close that window.") draw_graph(G,an) paths['errors_sensors'] = errors_sensors # Sensoren die nicht zu Racks verbunden werden konnten