Closed chongshenng closed 3 days ago
When a flwr run fails at res = stub.StartRun(req), the FAB file will not be deleted. This PR moves the unlink() just after the FAB is created.
flwr run
res = stub.StartRun(req)
unlink()
When a
flwr run
fails atres = stub.StartRun(req)
, the FAB file will not be deleted. This PR moves theunlink()
just after the FAB is created.