diff options
Diffstat (limited to 'buildstream/_includes.py')
-rw-r--r-- | buildstream/_includes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_includes.py b/buildstream/_includes.py index f4a162761..8db12bde8 100644 --- a/buildstream/_includes.py +++ b/buildstream/_includes.py @@ -72,7 +72,7 @@ class Includes: # Because the included node will be modified, we need # to copy it so that we do not modify the toplevel # node of the provenance. - include_node = _yaml.node_chain_copy(include_node) + include_node = _yaml.node_copy(include_node) try: included.add(file_path) |