Skip to content

Fix a bug on config

Emmanuel Papillon requested to merge config_fix into master

object references was not correctly re-assigned when these references was in a list inside a sub-dict. In a config like this:

myname: mymotors : [ $mot1, $mot2 ]

mot1 and mot2 was returned as strings not as objects.

Merge request reports