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