Skip to content

lisa.conf: Use deepcopy in MultiSrcConf.get_key()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr97 into next

Always return deepcopy of values when accessed through get_key/__getitem__. That ensures that the configuration object is not modified unexpectedly by one of its client in any way.

Merge request reports