This commit is contained in:
gwen 2024-06-18 17:25:04 +02:00
parent c7a9772d0e
commit ff8aa64783

View file

@ -107,7 +107,7 @@ class Annotator(Walk): # pylint: disable=R0903
#else: #else:
# variable.type = "string" # variable.type = "string"
# let's update the "multi" attribute in the tiramisu cache then # 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 self.objectspace.multis[variable.path] = True
def _convert_variable( def _convert_variable(