We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d036f5 commit 2cc9672Copy full SHA for 2cc9672
jupyterlab_server/config.py
@@ -126,7 +126,7 @@ def get_page_config(
126
pjoin(app_settings_dir, "page_config.json"),
127
]
128
for path in config_paths:
129
- if osp.exists(path):
+ if osp.exists(path) and osp.getsize(path):
130
data = load_config(path)
131
# Convert lists to dicts
132
for key in [disabled_key, "deferredExtensions"]:
0 commit comments