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