comment
This commit is contained in:
parent
576057737c
commit
a1549e0765
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue