girder_worker icon indicating copy to clipboard operation
girder_worker copied to clipboard

Raise error when Transform class can not be found inside girder_worker

Open matthewma7 opened this issue 7 years ago • 1 comments

I wrote a custom Transform class, but it was put inside a girder plugin so when serialized to girder_worker the dynamic python module name controlled by girder is probably not understandable by girder_worker. As a result, girder_worker wasn't able to deserialize the class and call the transform(), so the transform failed. However, girder_worker didn't raise any error message regarding the failure to find Transform class. If an error message was raised it would help me to diagnose my problem.

matthewma7 avatar Jul 06 '18 13:07 matthewma7

Related to #219.

jbeezley avatar Jul 06 '18 14:07 jbeezley