diff --git a/modules/Cockatoo/KnitNetwork.py b/modules/Cockatoo/KnitNetwork.py index 282020a..b489f74 100644 --- a/modules/Cockatoo/KnitNetwork.py +++ b/modules/Cockatoo/KnitNetwork.py @@ -2259,7 +2259,7 @@ def CreateFinalWarpConnections(self, max_connections=4, include_end_nodes=True, # execute connection to target - if cckey < tckey: + if cckey <= tckey: rev = False else: rev = True