Fix: _effective_config_file(): get root node to have the YAML tag
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2020 01:03:02 +0000 (21:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2020 01:03:02 +0000 (21:03 -0400)
commit3fe7471a985bab5a3bb111f5dfa3880a78feef22
treeb156645c9000b711b55b1214576b2d5c36cbe096
parentaf01d03f25634c9ef01e8719215b748a42328f62
Fix: _effective_config_file(): get root node to have the YAML tag

The `config_node` property of a `config_parse_v3._Parser` object returns
an ordered dict; what we want for _yaml_dump() to write the barectf 3
YAML tag is a `_ConfigNodeV3` which is (now) the
`config_parse_common.root_node` property.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/config_parse.py
barectf/config_parse_common.py
This page took 0.032696 seconds and 4 git commands to generate.