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