You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments