Skip to content
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

exit with the exit code from a app when run() #68

Merged
merged 10 commits into from Jan 24, 2024
Merged

Conversation

dmachi
Copy link
Contributor

@dmachi dmachi commented Jan 24, 2024

This patch makes the run() command exit with the same exit code as the app being run. It is a straight forward update. I have created an apptainer test following the pattern used for "exit-on-install", though mine builds a apptainer/singularity image instead of a docker image as I don't have an easy place to run as docker at the moment. This patch includes updating the CHANGELOG and the version of the package, however it was not clear to me from the contributing guidelines whether I should update the version or not. If you'd like me to back any of that out, please let me know. I also didnt' see a "development" branch for the merge, so this PR is against master.

@dmachi dmachi mentioned this pull request Jan 24, 2024
@vsoch
Copy link
Owner

vsoch commented Jan 24, 2024

@dmachi this is a black formatting issue unrelated to your work. Would you like me to push a fixed PR with formatting, or do you want to run it here alongside your work? Either works for me, I can still review with the extra noise. And note the CI is installing black==23.11.0. We could pin that version as well, but I'm good either way.

@dmachi
Copy link
Contributor Author

dmachi commented Jan 24, 2024

@vsoch, thanks. If you can push a fixed PR with formatting that'd be great. I'd do it myself, but its not clear to me what I need to do.

@vsoch
Copy link
Owner

vsoch commented Jan 24, 2024

okay all set - you should be able to rebase on master now.

@dmachi
Copy link
Contributor Author

dmachi commented Jan 24, 2024

Thanks, I've merged these changes back into my fork. Do you need me to do anything else on this PR?

@vsoch vsoch merged commit 78c2712 into vsoch:master Jan 24, 2024
1 check passed
@vsoch
Copy link
Owner

vsoch commented Jan 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants