Fail pipeline if control file name is not unique
Changes introduced
If a control file (*.py
and not mc.*.py
) with the same name as a pre-existing control file is added to the repo as a physical file (and not a link), the pipeline will fail.
Currently the pipeline would only give a warning - associated issues described in #160 (closed)
Tests
Issues resolved
Closes #160 (closed)