diff options
Diffstat (limited to 'buildstream')
-rw-r--r-- | buildstream/context.py | 2 |
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', |