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