Skip to content

use configparser "interpolation" to specify IFO and DATA root variables

Jameson Rollins requested to merge jameson.rollins/pydarm:config-interp into master

"interpolation" is a way to set config variables whose values are used in other config variables. This is more convenient since the values are resolved by configparser, for all paths, rather than us having to do the substitution ourselves. They can also be override at runtime by values extracted from the environment.

Merge request reports