You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/21 16:41:45 UTC

[GitHub] [airflow] uranusjr commented on issue #22404: tempfile.TemporaryDirectory does not get deleted after task failure

uranusjr commented on issue #22404:
URL: https://github.com/apache/airflow/issues/22404#issuecomment-1074138997


   This happens when you raise the exception _outside_ the block? I can sort of understand if you do it inside, but the temporary directory should be deleted when the context manager exits. It is indeed strange if this is the case.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org