summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-17 18:03:06 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-17 20:12:54 +0900
commitea44e78e52a39c84feed67b02e49c139ab8402de (patch)
tree9eaa7e9d8033a1c9ccb03f60d1e0342720ab66e3
parente5973b32dc8fa67e207f0d1052fcdcb373028b6a (diff)
downloadbuildstream-ea44e78e52a39c84feed67b02e49c139ab8402de.tar.gz
context.py: Updated for _yaml.composite() API change
-rw-r--r--buildstream/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/context.py b/buildstream/context.py
index d8b3e5b4c..68498e1dd 100644
--- a/buildstream/context.py
+++ b/buildstream/context.py
@@ -158,7 +158,7 @@ class Context():
if config:
self.config_origin = os.path.abspath(config)
user_config = _yaml.load(config)
- _yaml.composite(defaults, user_config, typesafe=True)
+ _yaml.composite(defaults, user_config)
_yaml.node_validate(defaults, [
'strict', 'sourcedir',