From 2410168e8fa9c920817fa76e5ae5f360f1b66df7 Mon Sep 17 00:00:00 2001 From: stxue1 <122345910+stxue1@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:50:10 -0800 Subject: [PATCH] Update src/toil/cwl/cwltoil.py Co-authored-by: Adam Novak --- src/toil/cwl/cwltoil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toil/cwl/cwltoil.py b/src/toil/cwl/cwltoil.py index f8f2e6bc78..fd982cb8d0 100644 --- a/src/toil/cwl/cwltoil.py +++ b/src/toil/cwl/cwltoil.py @@ -2969,7 +2969,7 @@ def makeRootJob( filenames, toil._jobStore, include_remote_files=options.reference_inputs ) - # files with a associated filesize that are valid to be imported on workers + # files with an associated filesize that are valid to be imported on workers valid_files_to_data = dict() # files without an associated filesize that should be imported on the leader leftover_files_to_data = dict()