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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants