fix: add default option for environment user datas
This commit is contained in:
parent
d5c229ec50
commit
de98071a53
1 changed files with 2 additions and 0 deletions
|
|
@ -65,8 +65,10 @@ def from_yaml(cmd_config, yaml_file):
|
|||
def from_env(cmd_config, env_prefix):
|
||||
from rougail.user_data_environment import RougailUserDataEnvironment
|
||||
fake_rougail_config = {
|
||||
"main_namespace": None,
|
||||
"step.user_data": ["environment"],
|
||||
"environment.default_environment_name": env_prefix,
|
||||
"environment.custom_separator": None,
|
||||
}
|
||||
return RougailUserDataEnvironment(
|
||||
cmd_config,
|
||||
|
|
|
|||
Loading…
Reference in a new issue