Skip to content

Commit

Permalink
Fix system config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Sep 27, 2022
1 parent 5338567 commit e8b6cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_core/paths.py
Expand Up @@ -252,7 +252,7 @@ def jupyter_path(*subdirs):


if use_platform_dirs():
SYSTEM_CONFIG_PATH = platformdirs.site_config_dir("Jupyter", False)
SYSTEM_CONFIG_PATH = [platformdirs.site_config_dir("Jupyter", False)]
else:
if os.name == "nt":
programdata = os.environ.get("PROGRAMDATA", None)
Expand Down

0 comments on commit e8b6cda

Please sign in to comment.