qca-dataset-submission icon indicating copy to clipboard operation
qca-dataset-submission copied to clipboard

Pass errors through

Open lilyminium opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Sep 26 '24 22:09 lilyminium