Fix passing envelope variable as timeout

The envelope variable is being passed positionally in the timeout spot.

Change-Id: I64defdb0a9544d8c2ae69b38f723937b324ae504
This commit is contained in:
Jamie Lennox 2014-05-01 14:13:24 +10:00
parent 9a322a4ea2
commit 194ed6b973
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