Merge "Fix passing envelope variable as timeout"

This commit is contained in:
Jenkins 2014-05-05 14:25:29 +00:00 committed by Gerrit Code Review
commit 7bfefc0e4f
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ def _call(addr, context, topic, msg, timeout=None,
)
LOG.debug(_("Sending cast"))
_cast(addr, context, topic, payload, envelope)
_cast(addr, context, topic, payload, envelope=envelope)
LOG.debug(_("Cast sent; Waiting reply"))
# Blocks until receives reply