Skip to content

Commit 0894889

Browse files
mexanickaldbr
andauthored
Update src/dirac_cwl_proto/production/__init__.py
Co-authored-by: aldbr <aldbr@outlook.com>
1 parent 5d68b8e commit 0894889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dirac_cwl_proto/production/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def submit_production_client(
8686
with open(steps_metadata_path, "r") as file:
8787
steps_metadata = YAML(typ="safe").load(file)
8888

89-
production_step_metadata = {}
89+
production_step_execution_hooks = {}
9090
production_step_scheduling = {}
9191
for step_name, step_data in steps_metadata.items():
9292
# Extract metadata and scheduling from step_data

0 commit comments

Comments
 (0)