summaryrefslogtreecommitdiff
path: root/python/test/Ice/facets/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/facets/Client.py')
-rwxr-xr-xpython/test/Ice/facets/Client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/test/Ice/facets/Client.py b/python/test/Ice/facets/Client.py
index 2a378682942..e68dd08a3f8 100755
--- a/python/test/Ice/facets/Client.py
+++ b/python/test/Ice/facets/Client.py
@@ -16,7 +16,6 @@ import AllTests
class Client(TestHelper):
def run(self, args):
-
- with self.initialize(args) as communicator:
+ with self.initialize(args=args) as communicator:
g = AllTests.allTests(self, communicator)
g.shutdown()