diff options
Diffstat (limited to 'python/test/Ice/binding/Server.py')
-rwxr-xr-x | python/test/Ice/binding/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/binding/Server.py b/python/test/Ice/binding/Server.py index c720f9919ac..ddec6ef0a34 100755 --- a/python/test/Ice/binding/Server.py +++ b/python/test/Ice/binding/Server.py @@ -18,7 +18,7 @@ class Server(TestHelper): def run(self, args): - with self.initialize(args) as communicator: + with self.initialize(args=args) as communicator: communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint()) adapter = communicator.createObjectAdapter("TestAdapter") |