From a1549e07652046a8723a5a196acd58a38dd05c9a Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 10 Sep 2024 10:03:09 +0200 Subject: [PATCH] comment --- src/rougail/user-data-environment/data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rougail/user-data-environment/data.py b/src/rougail/user-data-environment/data.py index 3ea310a..c969911 100644 --- a/src/rougail/user-data-environment/data.py +++ b/src/rougail/user-data-environment/data.py @@ -70,6 +70,8 @@ class RougailUserDataEnvironment: self.load_environment(option) def load_environment(self, option): + # the rougail type is not the tiramisu type + # tiramisu type is option.type option_type = option.information.get('type') ismulti = option.ismulti() # here we retrieve the conversion func of the considered type