LingxinMeng 1 år sedan
förälder
incheckning
82af6017bf

+ 1 - 1
simulation-resource-scheduler/src/main/java/com/css/simulation/resource/scheduler/app/service/ProjectApplicationService.java

@@ -730,7 +730,7 @@ public class ProjectApplicationService {
                 }
                 algorithmMapper.updateDockerImportAndDockerImageById("1", dockerImage, algorithmId);
                 if (algorithmTarLinuxTempPath == null) {
-                    throw new RuntimeException("算法" + algorithmId + "下载失败");
+                    throw new RuntimeException("算法" + algorithmId + "下载失败");
                 }
                 OsUtil.exec("docker import " + algorithmTarLinuxTempPath + " " + dockerImage);
                 OsUtil.exec("docker push " + dockerImage);