From 87ad9c6ad654dad2930b439df5a253b36467b6fd Mon Sep 17 00:00:00 2001 From: Chunyi Xu <10180303+chunyi-xu@user.noreply.gitee.com> Date: Sat, 20 May 2023 08:50:07 +0000 Subject: [PATCH] update config/projectConfig.py to change the file path. update config/projectConfig.py to change the file path. Signed-off-by: Chunyi Xu <10180303+chunyi-xu@user.noreply.gitee.com> --- config/projectConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/projectConfig.py b/config/projectConfig.py index 7e6c60d..2b57637 100644 --- a/config/projectConfig.py +++ b/config/projectConfig.py @@ -1,4 +1,4 @@ class projectConfig: @staticmethod def getHGDataPath(): - return "/home/ruoxuan/DevRec/data" \ No newline at end of file + return "/yourPath" \ No newline at end of file -- Gitee