The GitHub Actions job "Scheduled verify release calendar" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5d56b9911a9d0ada420208e2c66097eaa86660ab / itej13 <[email protected]>
Close FTP file handles when a transfer raises (#69083)

retrieve_file and store_file opened a local file, then ran the FTP
transfer before calling close(). When the transfer raised, the handle
was never closed and leaked for the lifetime of the process. Wrapping
the transfer in try/finally guarantees the handle we opened is closed
on every path, while still leaving caller-supplied buffers open.

closes: #69077

Report URL: https://github.com/apache/airflow/actions/runs/28314949681

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to