Minor touches.

This commit is contained in:
Aaron D. Lee
2025-12-28 03:09:02 -05:00
parent ffc311c93d
commit 8b9c288780
5 changed files with 145 additions and 25 deletions

View File

@@ -79,7 +79,8 @@ def get_data_dir() -> Path:
"""Get the data directory path."""
# Check multiple locations
candidates = [
Path(__file__).parent.parent.parent.parent / 'data', # Development
Path(__file__).parent.parent.parent.parent / 'data', # Development
Path(__file__).parent.parent / 'data', # Development
Path(__file__).parent / 'data', # Installed package
Path('/app/data'), # Docker
Path.cwd() / 'data', # Current directory