FederatedAI / FATE-Flow

Solution for deploying and managing end-to-end federated learning workflows
Apache License 2.0
50 stars 45 forks source link

Update schedule_utils.py #500

Open xq840622 opened 7 months ago

xq840622 commented 7 months ago

If a return statement is included within the finally block, it will prematurely terminate the function, causing the Exception not to be caught.