aboutsummaryrefslogtreecommitdiff
path: root/modules/paths_internal.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-01 14:27:53 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-05-01 14:27:53 +0300
commitfe8a10d428bcc6be9cc8efb9772eca9e40f98dc8 (patch)
treed1e0ff50e327c3c59230b39907284c20ffbf0fe3 /modules/paths_internal.py
parent22bcc7be428c94e9408f589966c2040187245d81 (diff)
parent6fbd85dd0c0dffc06560bff91f4c4b65e441ca5f (diff)
Merge branch 'release_candidate'
Diffstat (limited to 'modules/paths_internal.py')
-rw-r--r--modules/paths_internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/paths_internal.py b/modules/paths_internal.py
index 926ec3bb..6765bafe 100644
--- a/modules/paths_internal.py
+++ b/modules/paths_internal.py
@@ -20,3 +20,4 @@ data_path = cmd_opts_pre.data_dir
models_path = os.path.join(data_path, "models")
extensions_dir = os.path.join(data_path, "extensions")
extensions_builtin_dir = os.path.join(script_path, "extensions-builtin")
+config_states_dir = os.path.join(script_path, "config_states")