-
-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow users to set cache_directory via env-var, #1965 #1966
Conversation
Codecov ReportAttention: ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
📢 Thoughts on this report? Let us know!. |
jedi/settings.py
Outdated
The cache-directory can be explicitly set by an environment-variable | ||
``JEDI_CACHE_DIR``. | ||
|
||
If this env-var is not set, then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this sentence? I don't like the grammar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted.
Now it's not documented anymore. Sorry I don't have the patience for this. I initially rejected this, so I'm going to close. |
what does the word "revert" mean in your dictionary? |
Python applications and certainly libraries should never write anything to hardcoded unconfigurable directories. I don't understand your objection to such no brainer. |
implements #1965