server/executionhandlers/ruby/dsl_to_dslx.xsl in cpee-2.1.39 vs server/executionhandlers/ruby/dsl_to_dslx.xsl in cpee-2.1.41
- old
+ new
@@ -372,20 +372,10 @@
<xsl:with-param name="i">1</xsl:with-param>
<xsl:with-param name="count">
<xsl:value-of select="$myspace+$myspacemultiplier"/>
</xsl:with-param>
</xsl:call-template>
- <xsl:text>parallel_branch</xsl:text>
- <xsl:if test="@pass">
- <xsl:text> </xsl:text>
- <xsl:value-of select="@pass"/>
- </xsl:if>
- <xsl:text> do</xsl:text>
- <xsl:if test="@local">
- <xsl:text> |</xsl:text>
- <xsl:value-of select="@local"/>
- <xsl:text>|</xsl:text>
- </xsl:if>
+ <xsl:text>parallel_branch data do |local|</xsl:text>
<xsl:call-template name="print-newline"/>
<xsl:apply-templates>
<xsl:with-param name="myspace">
<xsl:value-of select="$myspace+$myspacemultiplier"/>
</xsl:with-param>