common-workflow-language / common-workflow-language/cwltool
Can double define variables without warning/error
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
```
make_skymodel:
run: steps/skymodel.cwl
in:
nsrc: randomize/nsrc
nsrc: nsrc
out:
[skymodel]
```
Not a huge problem but this has just has gone unnoticed in one of our pipelines for a long time, maybe good to make it invalid?
Contributor guide
Assessment
This issue has not been assessed yet.