From 939215ef5e53f5fe66fca67af3e9d5e990f5d4a5 Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Tue, 13 Jun 2023 22:34:28 +0200 Subject: [PATCH] Update analyzer.py --- nullptr/analyzer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nullptr/analyzer.py b/nullptr/analyzer.py index 7c432cf..c8c5dae 100644 --- a/nullptr/analyzer.py +++ b/nullptr/analyzer.py @@ -36,6 +36,7 @@ class Analyzer: if best_hop is None: print('nobest') return None + print(best_hop, best_distance) tail = self.find_path(best_hop, to) if tail is None: return None return [best_hop] + tail