From fa7ac7bfbf5f19fa2f3a0e66223afd8ce07fc036 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 17 Aug 2021 13:10:27 -0700 Subject: [PATCH] Removed a line from pretty_yaml that was causing an error because the format of the file changed. --- bin/pretty_yaml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/pretty_yaml.py b/bin/pretty_yaml.py index f0424f3dec..51b35d547e 100755 --- a/bin/pretty_yaml.py +++ b/bin/pretty_yaml.py @@ -212,7 +212,6 @@ def pretty_yaml_stories(REPO_PATH, VERBOSE, content_part): pretty_yaml['version'] = object['version'] pretty_yaml['date'] = object['date'] pretty_yaml['author'] = object['author'] - pretty_yaml['type'] = object['type'] pretty_yaml['description'] = object['description'] pretty_yaml['narrative'] = object['narrative'] if 'references' in object: