-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conversation
@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 |
@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. |
okay all set - you should be able to rebase on master now. |
Thanks, I've merged these changes back into my fork. Do you need me to do anything else on this PR? |
Thank you @dmachi ! https://pypi.org/project/scif/0.0.82/ |
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.