diff --git a/src/caoscrawler/sync_graph.py b/src/caoscrawler/sync_graph.py index 1ff8dc3e289b094878d1bdec93098bd2b67782ef..f815025afed37e5034643f4197941c9aab4fc51e 100644 --- a/src/caoscrawler/sync_graph.py +++ b/src/caoscrawler/sync_graph.py @@ -341,7 +341,7 @@ class SyncGraph(): node, self.backward_references_backref[id(node)]) node.identifiable = identifiable equivalent_se = self.get_equivalent(node) - if equivalent_se is not None and equivalent_se is not node: + if equivalent_se is not None: self._merge_into(node, equivalent_se) else: if node.identifiable.get_representation() in self._identifiable_look_up: