|
|
@@ -601,7 +601,7 @@ public class DVCUtils { |
|
|
|
|
|
|
|
|
// 更新的 dvcPull 方法 |
|
|
// 更新的 dvcPull 方法 |
|
|
public void dvcPull(String localPath) throws Exception { |
|
|
public void dvcPull(String localPath) throws Exception { |
|
|
String command = "dvc pull"; |
|
|
|
|
|
|
|
|
String command = "dvc pull -v"; |
|
|
runCommand(command, localPath); |
|
|
runCommand(command, localPath); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|