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