-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error report: AttributeError: 'MatClass' object has no attribute 'path' #204
Comments
Thanks for the report. I'm away from a computer at the moment, but will look into it ASAP. |
I found the issue, but it will take some time to fix the problem. Basically, we create a dictionary, |
- Detect if we are about overwrite an entry in the `entities_table`. - Get `mod` when needed.
- Detect if we are about overwrite an entry in the `entities_table`. - Get `mod` when needed. - Refactor and add test. - Update change log
Should be fixed in the latest release. |
I got such an error when I have a class named exactly same as the folder name. Although I can easily avoid it, I wonder if it can be fixed.
My test file is attached.
mytest.zip
The text was updated successfully, but these errors were encountered: