Skip to content

Commit

Permalink
expand user variables in python_path and extra_paths parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Sep 28, 2017
1 parent c457144 commit 1d52726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anaconda_lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def get_settings(view, name, default=None):
w = view.window()
if w is not None:
r = sublime.expand_variables(r, w.extract_variables())
r = os.path.expanduser(os.path.expandvars(r))

return r

Expand Down

0 comments on commit 1d52726

Please sign in to comment.