# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /home/bcq/NetBeansProjects/nagare/core/nagare
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: component.py
--- component.py Base (BASE)
+++ component.py Locally Modified (Based On LOCAL)
@@ -241,7 +241,7 @@
     def _go(self, comp):
         # If I was not called by an other component (I'am the root component),
         # I call forever my ``go()`` method
-        if comp._channel is None:
+        if comp._channel is None and comp._on_answer is None:
             while True:
                 self.go(comp)
 

