Private
Public Access
refactor(paths): v3 design - explicit initialize_paths + frozen PathsConfig singleton
This commit is contained in:
@@ -1804,7 +1804,7 @@ class AppController:
|
||||
spath = Path(proj_paths['scripts_dir'])
|
||||
if not spath.is_absolute(): spath = project_root / spath
|
||||
os.environ['SLOP_SCRIPTS_DIR'] = str(spath)
|
||||
paths.reset_resolved()
|
||||
paths.initialize_paths(paths.get_config_path())
|
||||
|
||||
path_info = paths.get_full_path_info()
|
||||
self.ui_logs_dir = str(path_info['logs_dir']['path'])
|
||||
|
||||
Reference in New Issue
Block a user