Skip to content

Commit

Permalink
change folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Jul 28, 2024
1 parent 90d3982 commit bbfcb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def store_path() -> str:
return os.path.join(get_theme_path(), "STORE")

def get_mappings_folder_path() -> str:
return os.path.join(get_theme_path(), "MAPPINGS")
return os.path.join(get_theme_path(), "__MAPPINGS")

def store_reads() -> dict:
path = store_path()
Expand Down

0 comments on commit bbfcb22

Please sign in to comment.