Skip to content

Commit 950288c

Browse files
authored
Update python.stg
use sScala instead of sScalaName.
1 parent f828c43 commit 950288c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StgVarious/python.stg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ EnumType(arrsItems) ::= <<
177177
}
178178
sNamePresent is an unambiguous name to access the field
179179
*/
180-
ChoiceChild(sName, sCName, sScalaName, sAdaName, nLine, nPos, sChildContent, sNamePresent, bRemovedChild ) ::= <<
180+
ChoiceChild(sName, sCName, sScala, sAdaName, nLine, nPos, sChildContent, sNamePresent, bRemovedChild ) ::= <<
181181
"$sName$": type("$sNamePresent$", (object,), {
182182
"Line": $nLine$, "CharPositionInLine": $nPos$, "EnumID": "$sNamePresent$", "type": type("$sNamePresent$_type", (object,), {
183183
$sChildContent$

0 commit comments

Comments
 (0)