8000 Exit with an appropriate message if the image is invalid by shatakshiiii · Pull Request #1810 · ansible/ansible-navigator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Exit with 8000 an appropriate message if the image is invalid #1810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
2 changes: 2 additions & 0 deletions src/ansible_navigator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
if image_puller.assessment.pull_required:
image_puller.prologue_stdout()
image_puller.pull_stdout()
if image_puller.assessment.exit_messages:
error_and_exit_early(image_puller.assessment.exit_messages)

Check warning on line 121 in src/ansible_navigator/cli.py

View check run for this annotation

Codecov / codecov/patch

src/ansible_navigator/cli.py#L121

Added line #L121 was not covered by tests


def run(args: ApplicationConfiguration) -> ActionReturn:
Expand Down
Loading
0