hunyadi-dev commented on a change in pull request #995:
URL: https://github.com/apache/nifi-minifi-cpp/pull/995#discussion_r572722138



##########
File path: docker/test/integration/minifi/core/Connectable.py
##########
@@ -54,13 +66,15 @@ def __rshift__(self, other):
             connected.out_proc = copy(connected.out_proc)
 
         if isinstance(other, tuple):
-            if isinstance(other[0], tuple):
-                for rel_tuple in other:
-                    rel = {rel_tuple[0]: rel_tuple[1]}
-                    connected.out_proc.connect(rel)
-            else:
-                rel = {other[0]: other[1]}
-                connected.out_proc.connect(rel)
+            # if isinstance(other[0], tuple):
+            #     for rel_tuple in other:
+            #         rel = {rel_tuple[0]: rel_tuple[1]}
+            #         connected.out_proc.connect(rel)
+            # else:
+            #     rel = {other[0]: other[1]}
+            #     connected.out_proc.connect(rel)

Review comment:
       Removed `__rshift__` and `__invert__` altogether.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to