We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d68b8e commit 0894889Copy full SHA for 0894889
src/dirac_cwl_proto/production/__init__.py
@@ -86,7 +86,7 @@ def submit_production_client(
86
with open(steps_metadata_path, "r") as file:
87
steps_metadata = YAML(typ="safe").load(file)
88
89
- production_step_metadata = {}
+ production_step_execution_hooks = {}
90
production_step_scheduling = {}
91
for step_name, step_data in steps_metadata.items():
92
# Extract metadata and scheduling from step_data
0 commit comments