From e4240d67de8cc77c290fb40c3fa773ec5c910f49 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 17 Oct 2006 20:45:52 +0000 Subject: Merge from trunk up to revision 465005 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/new_persistence@465038 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/spec.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/qpid') diff --git a/python/qpid/spec.py b/python/qpid/spec.py index 70e09aa1e9..b270c45e13 100644 --- a/python/qpid/spec.py +++ b/python/qpid/spec.py @@ -204,6 +204,8 @@ class Method(Metadata): code += " return self.invoke(%s" % Method.METHOD if argnames: code += ", (%s,)" % argnames + else: + code += ", ()" if self.content: code += ", content" code += ")" -- cgit v1.2.1