We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of Problem:
melusine/base.py:238: in transform logger.debug(f"Running transform for {type(self).__name__} ({method.__name__})")
If the name attribute is absent, the transform method execution fails. This may happens for mocked methods.
Overview of the Solution: Use a default name if the name attribute is not present
Definition of Done: Transformers with unnamed methods can be run.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of Problem:
If the name attribute is absent, the transform method execution fails.
This may happens for mocked methods.
Overview of the Solution:
Use a default name if the name attribute is not present
Definition of Done:
Transformers with unnamed methods can be run.
The text was updated successfully, but these errors were encountered: