Merge "Add missing parameter to impl_fake notify function."

This commit is contained in:
Jenkins 2013-01-15 09:23:19 +00:00 committed by Gerrit Code Review
commit 9827528b14
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def cast(conf, context, topic, msg):
pass
def notify(conf, context, topic, msg):
def notify(conf, context, topic, msg, envelope):
check_serialize(msg)