mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-05 13:21:35 +00:00
fix missing varType def
This commit is contained in:
@@ -799,6 +799,7 @@ def _fixupTodriveAndConfig(status, sectionName, inputFilterSectionName, outputFi
|
||||
break
|
||||
itemEntry = GC.VAR_INFO[itemName]
|
||||
checkArgumentPresent('=')
|
||||
varType = itemEntry[GC.VAR_TYPE]
|
||||
match varType:
|
||||
case GC.TYPE_BOOLEAN:
|
||||
value = TRUE if getBoolean(None) else FALSE
|
||||
|
||||
Reference in New Issue
Block a user