Merge remote-tracking branch 'origin/dev-czh' into dev

This commit is contained in:
chenzhihang 2024-09-18 15:45:48 +08:00
commit 01299087d0
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ public class DVCUtils {
//刷新
refreshRemoteBranches(localPath+"/"+repoFolder, username, password,branch);
// 读取data文件夹中的文件列表
String path = localPath + "\\" + repoFolder + "\\" + filePath;
String path = localPath + "/" + repoFolder + "/" + filePath;
Path dataPath = Paths.get(path);
File[] files = dataPath.toFile().listFiles();