|
@@ -9,7 +9,8 @@ import colorlog
|
|
|
log = logging.getLogger(__name__)
|
|
|
log.setLevel(logging.INFO)
|
|
|
|
|
|
-project_root = Path(os.path.abspath(os.path.dirname(__file__))).parent.parent
|
|
|
+project_root = Path(os.getcwd()).parent.parent
|
|
|
+# project_root = Path(os.path.abspath(os.path.dirname(__file__))).parent.parent
|
|
|
|
|
|
if sys.platform.startswith('linux'):
|
|
|
# Linux环境指定为/home目录
|