Skip to content

Commit

Permalink
Moved default layouts to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Oct 21, 2024
1 parent 6c0b50a commit 60b9bfc
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphodict/paradigm/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def default_paradigm_manager() -> ParadigmManager:
- MORPHODICT_PARADIGM_SIZE_ORDER
"""

layout_dir = shared_res_dir / "layouts"
layout_dir = settings.BASE_DIR / ".." / "morphodict" / "paradigm" / "layouts"

site_specific_layout_dir = settings.BASE_DIR / "resources" / "layouts"
if site_specific_layout_dir.exists():
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 60b9bfc

Please sign in to comment.