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/18 13:40:18 UTC

[GitHub] [airflow] mik-laj commented on issue #22357: tempfile.TemporaryDirectory does not get deleted after task failure

mik-laj commented on issue #22357:
URL: https://github.com/apache/airflow/issues/22357#issuecomment-1072421463


   Could you please try the code below and see if the problem persists?
   ```python
       with tempfile.TemporaryDirectory() as tmpdir
             print(f"directory {tmpdir.name} created")
             assert os.path.exists(tmpdir.name)
   ```


-- 
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