From 0c1ec400903679f7cbd242e2ce3b82020fc9e2c5 Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Wed, 14 Jun 2023 16:10:06 +0200 Subject: [PATCH] Update analyzer.py --- nullptr/analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullptr/analyzer.py b/nullptr/analyzer.py index 6e25ea8..9dd2b57 100644 --- a/nullptr/analyzer.py +++ b/nullptr/analyzer.py @@ -56,4 +56,4 @@ class Analyzer: if system is None: continue dest.add(SearchNode(system, o)) if len(dest) == 0: return None - return self.find_path(dest, to, depth-1, s) + return self.find_path(dest, to, depth-1, seen)