Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Jul 28, 2024
1 parent df6cb6f commit 56cb497
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:
path = os.path.join(get_theme_path(), "__MAPPINGS")
path = os.path.join(get_theme_path(), "__mappings")

if not os.path.exists(path):
create_dir(path)
Expand Down

0 comments on commit 56cb497

Please sign in to comment.