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