Commit 8a45d3c
committed
fix: check location before path on cwl_utils File objects
load_inputfile() converts input dicts into cwl_utils File objects
where location="SB:..." and path=None. The extract methods only
checked .path on objects, silently dropping SB: and LFN: references
stored in .location. This caused empty replica maps and sandbox
download failures on the worker.1 parent 428acdc commit 8a45d3c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
| 285 | + | |
| 286 | + | |
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
| |||
0 commit comments