made dynamic *args/**args work

This commit is contained in:
David Halter
2012-08-06 01:53:43 +02:00
parent 92bf995c3a
commit e6ae235b78
3 changed files with 20 additions and 3 deletions

View File

@@ -447,6 +447,7 @@ class Execution(Executable):
def _get_function_returns(self, evaluate_generator):
""" A normal Function execution """
# Feed the listeners, with the params.
for listener in self.base.listeners:
listener.execute(self.get_params())
func = self.base.get_decorated_func()