Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Raise error when Transform class can not be found inside girder_worker #295

Open
matthewma7 opened this issue Jul 6, 2018 · 1 comment

Comments

@matthewma7
Copy link

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.

@jbeezley
Copy link

jbeezley commented Jul 6, 2018

Related to #219.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants