Users can learn if save was successful by setting the suppress_errors parameter to False and checking if the ExperimentDataSaveFailed exception occurred. I think it could be good if save displayed a more explicit signal of success (maybe a Boolean return value). In addition, the result database link should be returned to the caller.
Users can learn if
save
was successful by setting thesuppress_errors
parameter toFalse
and checking if theExperimentDataSaveFailed
exception occurred. I think it could be good ifsave
displayed a more explicit signal of success (maybe a Boolean return value). In addition, the result database link should be returned to the caller.