Update analyzer.py
This commit is contained in:
parent
628791bf06
commit
0c1ec40090
@ -56,4 +56,4 @@ class Analyzer:
|
|||||||
if system is None: continue
|
if system is None: continue
|
||||||
dest.add(SearchNode(system, o))
|
dest.add(SearchNode(system, o))
|
||||||
if len(dest) == 0: return None
|
if len(dest) == 0: return None
|
||||||
return self.find_path(dest, to, depth-1, s)
|
return self.find_path(dest, to, depth-1, seen)
|
||||||
|
Loading…
Reference in New Issue
Block a user