summaryrefslogtreecommitdiff
path: root/python/test/Ice/info/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/info/Client.py')
-rwxr-xr-xpython/test/Ice/info/Client.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/test/Ice/info/Client.py b/python/test/Ice/info/Client.py
index 2c33651a220..8d395d34d36 100755
--- a/python/test/Ice/info/Client.py
+++ b/python/test/Ice/info/Client.py
@@ -37,10 +37,6 @@ except:
status = False
if communicator:
- try:
- communicator.destroy()
- except:
- traceback.print_exc()
- status = False
+ communicator.destroy()
sys.exit(not status)