Skip to content
Snippets Groups Projects
Commit d7fc54ad authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

remove unnecessary statement

parent dd0c6123
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #51523 passed with warnings
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment