Skip to content

Commit

Permalink
Merge pull request #42 from sublimelsp/fix/basedir
Browse files Browse the repository at this point in the history
fix basedir
  • Loading branch information
TerminalFi committed Feb 9, 2023
2 parents 41c2bd1 + d8f6a48 commit 26db704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def name(cls):

@classmethod
def basedir(cls) -> str:
return os.path.join(cls.storage_path(), __package__)
return os.path.join(cls.storage_path(), __package__.split('.')[0])

@classmethod
def server_version(cls) -> str:
Expand Down

0 comments on commit 26db704

Please sign in to comment.