Initial test of matching

This commit is contained in:
2025-05-15 11:44:07 +02:00
committed by Sven
parent 99f0fef690
commit 1f9c1a39f4
3 changed files with 47 additions and 93 deletions
+2 -2
View File
@@ -169,8 +169,8 @@ class Model:
def match(self):
config,ID = self.parent.reference.getMatchingPoint()
if config is None:
config,ID, status = self.parent.reference.getMatchingPoint()
if status is False:
return
self.setBranch(config['Destination'])