lisa.conf: Use deepcopy in MultiSrcConf.get_key()
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.
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.