-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release 0.5 breaks with some python recursivity problem #41
Comments
That though makes it not break (is a "warning"). What makes it break is not providing an optional parameter which is checked for whether is set or not, and the following error is got: Traceback (most recent call last): |
Whenever trying to run a tool or pipeline I get the following error:
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
The same tool/pipelines runs ok in release 0.4
The text was updated successfully, but these errors were encountered: