diff options
Diffstat (limited to 'python/test/Ice/ami/Server.py')
-rwxr-xr-x | python/test/Ice/ami/Server.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/test/Ice/ami/Server.py b/python/test/Ice/ami/Server.py index a1c51251af5..c98543c93b2 100755 --- a/python/test/Ice/ami/Server.py +++ b/python/test/Ice/ami/Server.py @@ -59,10 +59,6 @@ except: status = False if communicator: - try: - communicator.destroy() - except: - traceback.print_exc() - status = False + communicator.destroy() sys.exit(not status) |