WORKAROUND
To workaround the problem you should do the following:Inside
localParameters.yml
add the following block after replacing FLIX_EXAMPLE_PARAMETER
with the name of the unconverted parameter(s) from localParameters.py
. Everything else in the block remains the same. You will need to add a block for each unconverted parameter.
FLIX_EXAMPLE_PARAMETER : !!python/object/apply:apply
- !!python/object/apply:getattr
- !!python/name:os.environ
- get
- ['FLIX_EXAMPLE_PARAMETER']
Keywords:
KNOWN ISSUE
Due to a known bug some versions of Flix will fail to convert certain variables in localParameters.py when creating localParameters.yml