huangxingxing vor 4 Monaten
Ursprung
Commit
9de886bbe4
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      src/main/resources/templates/problem.ftl

+ 3 - 1
src/main/resources/templates/problem.ftl

@@ -100,12 +100,14 @@
     <#list vo.solvers as b>
     <solver>
        <#if b.cpacsPath??>
-       <cpacsPath>${b.cpacsPath}</cpacsPath>
+        <cpacsPath>${b.cpacsPath}</cpacsPath>
        <#else>
+        <cpacsPath/>
        </#if>
        <#if b.workflowPath??>
          <workflowPath>${b.workflowPath}</workflowPath>
        <#else>
+         <workflowPath/>
        </#if>
        <#if b.pythonPath??>
         <pythonPath name="${b.stype}">${b.pythonPath}</pythonPath>