Commit 9ce806b
authored
empty.yml can't be quite empty..?
Avoid bug:
```
Resolved 'expression.cwl' to 'file:///home/stain/src/cwl-test/expression.cwl'
Traceback (most recent call last):
File "/home/stain/bin/cwl-runner", line 11, in <module>
sys.exit(main())
File "/home/stain/.local/lib/python2.7/site-packages/cwltool/main.py", line 701, in main
fetcher_constructor=fetcher_constructor)
File "/home/stain/.local/lib/python2.7/site-packages/cwltool/main.py", line 494, in load_job_order
if "cwl:tool" in job_order_object:
TypeError: argument of type 'NoneType' is not iterable
```1 parent 37ef31c commit 9ce806b
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
666 | 674 | | |
667 | 675 | | |
668 | | - | |
669 | 676 | | |
670 | 677 | | |
671 | 678 | | |
| |||
0 commit comments