Commit e47f4e6
committed
Improve debugging: missing filename and bad lists
These are debugging helpers for problematic CWL inputs, helping with
ongoing work debugging CWL Toil runs on AWS.
- Avoids failing on LineCol inputs that do not have file and
position references. Without this in place the missing `filename` and
None attributes for `line` and `col` obscure the real error message.
Fixes common-workflow-language/cwltool#264
- Prints out value of a CWL data item that is not an expected list.1 parent bee8bf1 commit e47f4e6
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments