Skip to content

Commit

Permalink
Fix package storage path in a docstring description (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann authored May 17, 2023
1 parent f7d6e32 commit 6cb285d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ def get_storage_path() -> str:
Its path is '$DATA/Package Storage', where $DATA means:
- on macOS: ~/Library/Application Support/Sublime Text
- on Windows: %AppData%/Sublime Text/Roaming
- on Linux: $XDG_CONFIG_DIR/sublime-text
- on Windows: %LocalAppData%/Sublime Text
- on Linux: ~/.cache/sublime-text
"""
return os.path.abspath(os.path.join(sublime.cache_path(), "..", "Package Storage"))

Expand Down

0 comments on commit 6cb285d

Please sign in to comment.