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