From 10384536a299ffafbc3ad3d0a63a938e303018ac Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 7 Jun 2022 10:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/cloudbrain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/cloudbrain.go b/routers/repo/cloudbrain.go index b8fe3f119..92bb6f9fc 100755 --- a/routers/repo/cloudbrain.go +++ b/routers/repo/cloudbrain.go @@ -1132,7 +1132,7 @@ func GetModelDirs(jobName string, parentDir string) (string, error) { } else { req = "baseDir=" + modelActualPath + "&parentDir=" + parentDir } - + log.Info("modelActurePath=" + modelActualPath) return getDirs(req) }