We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8eed11 + e186d92 commit 35d3a1cCopy full SHA for 35d3a1c
Jinja2Filters/get_components.py
@@ -21,7 +21,7 @@ def get_components(yamlfile):
21
yaml_ = yaml.safe_load(file_)
22
23
for component in yaml_["postprocess"]["components"]:
24
- if component['switch'] is True:
+ if component['postprocess_on'] is True:
25
components.append(component["type"])
26
27
# we want to return a list, but some other scripts are expecting a space-separated string
0 commit comments