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