multis
This commit is contained in:
parent
c7a9772d0e
commit
ff8aa64783
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Annotator(Walk): # pylint: disable=R0903
|
|||
#else:
|
||||
# variable.type = "string"
|
||||
# let's update the "multi" attribute in the tiramisu cache then
|
||||
if variable.multi == True:
|
||||
if variable.multi is True and variable.path not in self.objectspace.multis:
|
||||
self.objectspace.multis[variable.path] = True
|
||||
|
||||
def _convert_variable(
|
||||
|
|
Loading…
Reference in a new issue