diff --git a/nullptr/analyzer.py b/nullptr/analyzer.py index 99b49b2..7e53c4e 100644 --- a/nullptr/analyzer.py +++ b/nullptr/analyzer.py @@ -42,6 +42,7 @@ class Analyzer: if depth < 1: return None if type(orig) == System: orig = set([SearchNode(orig,None)]) + print(orig) result = [n for n in orig if n.system==to] if len(result) > 0: return result[0].path()