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/01/31 18:37:39 UTC

[GitHub] [airflow] potiuk edited a comment on issue #21163: `setup-autocomplete` in Breeze2 fails with "Permission denied"

potiuk edited a comment on issue #21163:
URL: https://github.com/apache/airflow/issues/21163#issuecomment-1026086718


   > Oh ok. I thought in case of no permission, we should throw appropriate instructions to update .zshrc. I didn't think the error is in expanding the path at all. smile
   
   Ah yeah... This is pretty common thin - happens to me all the time that I assume something without reading in detail the error message. Actually the error message is very clear about it when you read it:
   
   ```
   PermissionError: [Errno 13] Permission denied: '/.zshrc'
   ```
   
   Not 
   
   ```
   PermissionError: [Errno 13] Permission denied: '/home/jarek/.zshrc'
   ```
   :D
   


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