diff --git a/promenade/config.py b/promenade/config.py index 00e7e026..25319a43 100644 --- a/promenade/config.py +++ b/promenade/config.py @@ -30,7 +30,6 @@ class Configuration: try: deckhand_eng = layering.DocumentLayering( documents, - substitution_sources=documents, fail_on_missing_sub_src=not allow_missing_substitutions) documents = [dict(d) for d in deckhand_eng.render()] except dh_errors.DeckhandException as e: