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

Remove %ERRORLEVEL% conditional exit #5788

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

ericmehl
Copy link
Collaborator

In the past, we were echoing an error message when we exited with non-zero exit code. That was removed for clarity in 81012c8, and now this can be simplified even more to remove the check for a non-zero exit code and just forward to exit code as-is to the calling process.

Checklist

  • I have read the contribution guidelines.
  • I have updated the documentation, if applicable.
  • I have tested my change(s) in the test suite, and added new test cases where necessary.
  • My code follows the Gaffer project's prevailing coding style and conventions.

In the past, we were echoing an error message when we exited with
non-zero exit code. That was removed for clarity, and now this can be
simplified even more to remove the check for a non-zero exit code and
just forward to exit code as-is to the calling process.
@murraystevenson
Copy link
Contributor

Thanks Eric! I did briefly wonder about that when removing the error message, nice to see we can simplify things further!

@johnhaddon johnhaddon merged commit 99280b6 into GafferHQ:main Apr 15, 2024
5 checks passed
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.

3 participants