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 2021/11/19 10:15:29 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #15947: Applied permissions to self._error_file

potiuk edited a comment on pull request #15947:
URL: https://github.com/apache/airflow/pull/15947#issuecomment-973935741


   I think the only solution is to create the file in a separate `[sudo] (touch;  chmod o+r)` command and remove the file in `finally` clause (also with sudo).  We can generate the temp file name with one of the uuids to make high probability that it's unique.


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