Skip to content

Commit 4097401

Browse files
authored
Merge pull request #59 from NOAA-GFDL/one-more-switch-update
Update key name from switch to analysis_on
2 parents 35d3a1c + befaad1 commit 4097401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jinja2Filters/get_analysis_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, name, config, experiment_components, experiment_starting_date
5656
logger.debug(f"{name}: initializing AnalysisScript instance")
5757

5858
# Skip if configuration wants to skip it
59-
self.switch = config["workflow"]["switch"]
59+
self.switch = config["workflow"]["analysis_on"]
6060
if self.switch == False:
6161
return
6262

0 commit comments

Comments
 (0)