Skip to content

Commit 08cabe4

Browse files
committed
srfa placeholder
1 parent ee8ba42 commit 08cabe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enviroMS/diWorkflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ def run_wdl_direct_infusion_workflow(*args, **kwargs):
570570
else:
571571
# Not used if not batch_calibrate, placeholder for run_assignment input
572572
error_boundaries = ()
573+
srfa_path = ""
573574

574575
# Create output directory
575576
dirloc = Path(workflow_params.output_directory)
@@ -580,7 +581,6 @@ def run_wdl_direct_infusion_workflow(*args, **kwargs):
580581
(file_path, workflow_params.to_toml(), error_boundaries, workflow_params.batch_calibrate, srfa_path)
581582
for file_path in workflow_params.file_paths
582583
]
583-
file_path = Path(worker_args[0][0])
584584

585585
for worker_arg in worker_args:
586586
workflow_worker(worker_arg)

0 commit comments

Comments
 (0)