This bug was introduced in #114, which renamed the main python script to allow compatibility with unit tests. A number of CLI print messages used the name of the python script (which used to be renee but is now __main__.py) rather than the name of the pipeline.
Issues
fixes #130
PR Checklist
(~Strikethrough~ any points that are not applicable.)
[x] This comment contains a description of changes with justifications, with any relevant issues linked.
~[ ] Update docs if there are any API changes.~
[x] Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/
Changes
This bug was introduced in #114, which renamed the main python script to allow compatibility with unit tests. A number of CLI print messages used the name of the python script (which used to be
renee
but is now__main__.py
) rather than the name of the pipeline.Issues
fixes #130
PR Checklist
(~Strikethrough~ any points that are not applicable.)
CHANGELOG.md
with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/