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