olegkachur-e commented on issue #56275:
URL: https://github.com/apache/airflow/issues/56275#issuecomment-3355608411

   Hi @RaphCodec!
   
   The warning you see is not about venv dir itself, the venv dirs cleaned up 
automatically, as they are created as TempDir (if no cache). I don't think we 
need a log.info message about that.
   
   There was an issue (https://github.com/apache/airflow/pull/53390) with 
pycache files trace, on some circumstances were left on paths like this 
`/opt/airflow/opt/airflow/tmp/venvizdpi6sh`, so I added the additional clean up 
step.
   
   In your case there are no such traces left, so there is actually nothing to 
delete and it can be ignored.
   
   


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