-
Notifications
You must be signed in to change notification settings - Fork 316
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
Re-use ServerApp.config_file_paths for consistency #715
Conversation
|
This property in the base class already has the same logic to add config_dir to jupyter_config_path JupyterHub overrides this to have slightly different logic, and the same should apply here
aa1003b
to
c19aad8
Compare
Codecov Report
@@ Coverage Diff @@
## main #715 +/- ##
==========================================
- Coverage 70.84% 70.82% -0.02%
==========================================
Files 62 62
Lines 7490 7486 -4
Branches 1187 1186 -1
==========================================
- Hits 5306 5302 -4
Misses 1829 1829
Partials 355 355
Continue to review full report at Codecov.
|
base ServerApp should have total control over config file loading
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.
LGTM!
Thanks, @minrk! Test failures appear unrelated. |
…erver#715)" This reverts commit 653740c.
Rather than duplicating its logic, re-use the value. JupyterHub overrides this in the base ServerApp (jupyterhub/jupyterhub#3804), but the overridden value should be used for both: