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()