Skip to content

Commit

Permalink
Changed the way sublime package path is fetched.
Browse files Browse the repository at this point in the history
  • Loading branch information
agilesteel authored Aug 19, 2017
1 parent d6941f3 commit 784616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sublime/SettingsManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def open_settings_window(self):

settings_window.set_layout(left_right_group) # the left group is focused by default

packages = settings_window.extract_variables()["packages"]
packages = sublime.packages_path()

settings_window.open_file("{}/SpotifyWeb/{}".format(packages, self.__settings_file_name))

Expand Down

0 comments on commit 784616d

Please sign in to comment.