typo
This commit is contained in:
parent
56cf1fc97e
commit
23b5b84c93
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class RougailUserDataEnvironment:
|
||||||
ismulti = option.ismulti()
|
ismulti = option.ismulti()
|
||||||
type_obj = None
|
type_obj = None
|
||||||
# here we retrieve the conversion func of the considered type
|
# here we retrieve the conversion func of the considered type
|
||||||
# carefull, it could be None -> in this case, do nothing
|
# carefull, it could be None -> in this case, do nothing
|
||||||
type_obj = CONVERT_OPTION.get(option_type, {}).get("func")
|
type_obj = CONVERT_OPTION.get(option_type, {}).get("func")
|
||||||
#
|
#
|
||||||
rougail_environment_var = get_rougail_environment_var()
|
rougail_environment_var = get_rougail_environment_var()
|
||||||
|
|
Loading…
Reference in a new issue