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