Skip to content

Commit

Permalink
Fix typo in path calculation code
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Aug 24, 2022
1 parent 6b96a71 commit 8b5f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_core/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def jupyter_config_path():

env = [p for p in ENV_CONFIG_PATH if p not in SYSTEM_CONFIG_PATH]

if prefer_environment_over_user:
if prefer_environment_over_user():
paths.extend(env)
paths.extend(user)
else:
Expand Down

0 comments on commit 8b5f1c5

Please sign in to comment.