-
Notifications
You must be signed in to change notification settings - Fork 6
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 (or return) code of executable if Error occurred #307
Comments
Unfortunately 5248049 does not resolve the issue as we will ALWAYS fail to load some stuff which is ignored at the moment. This may also be related to #308. You get a full list via
which shows quite some stuff that we whould never try to load (like e.g. CMakeLists.txt) which resides in $BUILD/output/PythonModules/scripts. However I agree that we should fail early, so reopened. |
Yeah, that is designed chaos. If modules are added through the Directory method it tries every file in the folder. Should be fine to remove this option just register the individual files. Another thing would be using the simulation status, it should return an error code if the execution of check fails |
Currently the return code for failed simulations (e.g. db init failed) is 0.
could the return code be != 0 if something critical failed?
The text was updated successfully, but these errors were encountered: