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