feat: complete minute birth-time rectification flow
This commit is contained in:
@@ -39,6 +39,10 @@ def _get_data_directory():
|
||||
Returns:
|
||||
str: Path to the data directory following platform conventions
|
||||
"""
|
||||
configured_dir = os.environ.get("JYOTISHGANIT_DATA_DIR", "").strip()
|
||||
if configured_dir:
|
||||
return os.path.abspath(os.path.expanduser(configured_dir))
|
||||
|
||||
system = platform.system()
|
||||
|
||||
if system == "Windows":
|
||||
|
||||
Reference in New Issue
Block a user