# 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)
@@ -167,7 +167,7 @@
 
         # Else, check if I was called by a component
         if self._channel is None:
-            raise AnswerWithoutCall()
+            raise AnswerWithoutCall(self)
 
         # Returns my answer to the calling component
         self._channel.send(r)

