Skip to content

Commit 5cc12be

Browse files
committed
Fix system dir location
1 parent 344fffa commit 5cc12be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/ainode/iotdb/ainode/core/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
AINODE_MODELS_DIR = os.path.join(IOTDB_AINODE_HOME, "data/ainode/models")
6565
AINODE_MODELS_BUILTIN_DIR = "iotdb.ainode.core.model"
66-
AINODE_SYSTEM_DIR = "data/ainode/system"
66+
AINODE_SYSTEM_DIR = os.path.join(IOTDB_AINODE_HOME, "data/ainode/system")
6767
AINODE_LOG_DIR = "logs"
6868

6969
# AINode log

0 commit comments

Comments
 (0)