From c935484f8a997505a75f9796eb4d78563a414adf Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 15 Aug 2018 09:01:24 +0200 Subject: Fix sockect exception in python binding test when running with workers --- python/test/Ice/binding/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Ice/binding/Client.py') diff --git a/python/test/Ice/binding/Client.py b/python/test/Ice/binding/Client.py index 74b7105bf20..7de6a5226e8 100755 --- a/python/test/Ice/binding/Client.py +++ b/python/test/Ice/binding/Client.py @@ -17,5 +17,5 @@ class Client(TestHelper): def run(self, args): - with self.initialize(args) as communicator: + with self.initialize(args=args) as communicator: AllTests.allTests(self, communicator) -- cgit v1.2.3