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

Fix erroneous use of sys.exit in renderer #11

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Conversation

danholdaway
Copy link
Contributor

There was a use of sys.exit in the renderer. Since the testing calls this function using threading this is not safe since it causes the code to simply hang instead of throwing the actual exception.

A PR in jcb-gdas caused the testing to break but rather than seeing the issue, the testing would simply hang.

PR puts in the missing template in place and protects against the same issue happening in the future.

@danholdaway
Copy link
Contributor Author

An empty PR in jcb-gdas with the same branch name confirms the testing to be working over there and that the changes in this repo are sufficient. No changes to jcb-gdas are needed. NOAA-EMC/jcb-gdas#34

@danholdaway danholdaway merged commit f959ab3 into develop Oct 23, 2024
6 checks passed
@danholdaway danholdaway deleted the feature/fix_testing branch October 23, 2024 14:10
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.

2 participants