Skip to content

Commit befaad1

Browse files
Chris BlantonChris Blanton
authored andcommitted
Update key name from switch to analysis_on
1 parent 35d3a1c commit befaad1

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)