Skip to content

Commit

Permalink
Update src/toil/cwl/cwltoil.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Novak <[email protected]>
  • Loading branch information
stxue1 and adamnovak authored Dec 18, 2024
1 parent 097740a commit 2410168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/cwl/cwltoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2410168

Please sign in to comment.