From ff8aa6478398f747b4a8a33d540b4626155fcb6a Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 18 Jun 2024 17:25:04 +0200 Subject: [PATCH] multis --- src/rougail/annotator/variable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rougail/annotator/variable.py b/src/rougail/annotator/variable.py index d8d1d60f4..c9cb8ecc9 100644 --- a/src/rougail/annotator/variable.py +++ b/src/rougail/annotator/variable.py @@ -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(