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

Access errors_mod directly #37

Open
Mikolaj-A-Kowalski opened this issue May 24, 2023 · 0 comments
Open

Access errors_mod directly #37

Mikolaj-A-Kowalski opened this issue May 24, 2023 · 0 comments

Comments

@Mikolaj-A-Kowalski
Copy link
Collaborator

Following the #35 the fatalError subroutine has been moved to a separate module errors_mod, which is intended to handle all the error and warning messages.

However to avoid too many git conflicts the fatalError is currently imported into genericProcedures and all other files get it via genericProcedures module like before.
We should import the fatalError for errors_mod directly though. I think when the most outstanding PRs are merged we can do it in a single PR for all files.

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

No branches or pull requests

2 participants