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

Pass errors through #388

Open
lilyminium opened this issue Sep 26, 2024 · 0 comments
Open

Pass errors through #388

lilyminium opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lilyminium
Copy link
Contributor

lilyminium commented Sep 26, 2024

In the case where there's a validation error (e.g. openff.qcsubmit.exceptions.DatasetInputError: The datasets have errors please see report for details), it would be very helpful to pass through or print any errors that were raised to aid debugging.

Currently it just changes a field in the report to a cross.

IMO the easiest way to do this is probably in try... except Exception as e to print the e.

@lilyminium lilyminium added the enhancement New feature or request label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant