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
I had -e antsibull_data_reset=false when running the role but ansible-build-data had not been checked out yet so it failed with the following error: /home/dmsimard/dev/git/ansible-community/antsibull/build/ansible-build-data/5 must be an existing directory
When reporting xxx must be an existing directory antsibull exists with error code 2. But it depends on how it is run, apparently. When installed with pip, this works fine. But when run with poetry run, it returns 0, because the binary created by poetry calls main() from antsibull.cli.antsibull_build - which does not call sys.exit() but simply returns the value. The script created by pip calls main() as well, but explicitly runs sys.exit() on its result.
I had
-e antsibull_data_reset=false
when running the role but ansible-build-data had not been checked out yet so it failed with the following error:/home/dmsimard/dev/git/ansible-community/antsibull/build/ansible-build-data/5 must be an existing directory
The role continued because antsibull exit 0 instead of 1, though.
It was recorded by ara here: https://demo.recordsansible.org/results/780862.html
The text was updated successfully, but these errors were encountered: