diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 41e0e9f..13f6fbb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,7 +5,6 @@
-
@@ -39,7 +38,7 @@
"Python.CompareWindow.executor": "Run",
"Python.MergeView.executor": "Run",
"Python.MileStone.executor": "Run",
- "Python.NovelManage.executor": "Run",
+ "Python.NovelManage.executor": "Debug",
"Python.ReferView.executor": "Run",
"Python.StoryMap.executor": "Run",
"Python.ast_load.executor": "Debug",
@@ -196,4 +195,15 @@
+
+
+
+
+ file://$PROJECT_DIR$/manage/NovelManage.py
+ 4
+
+
+
+
+
\ No newline at end of file
diff --git a/manage/NovelManage.py b/manage/NovelManage.py
index 8b929ee..e4a7345 100644
--- a/manage/NovelManage.py
+++ b/manage/NovelManage.py
@@ -2,6 +2,7 @@ import sys, os
import subprocess as xsub
import time
from typing import List
+sys.path.append(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
from parse.StoryMap import XAST_ParseTool, StoryMap, FragmentSlice, storyline_list2map
from parse.StorylineCmp import CmpTool, ModifyReason
from manage.MileStone import base_store_path, current_store_path