eumiro opened a new pull request, #33666:
URL: https://github.com/apache/airflow/pull/33666

   This removes all `try / unlink / except FileNotFoundError / pass` blocks 
with `Path.unlink(missing_ok=True)` or better alternatives. In tests, it uses 
`tmp_path` fixture instead of overwriting (and trying to unlink) files in 
`/tmp`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to